| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Not objected to by: -current
Notes:
svn path=/head/; revision=89260
|
| |
|
|
|
|
|
| |
in ng_tty.c.
Notes:
svn path=/head/; revision=76744
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70711
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Move PCI core code to dev/pci.
- Split bridge code out into separate modules.
- Remove the descriptive strings from the bridge drivers. If you
want to know what a device is, use pciconf. Add support for
broadly identifying devices based on class/subclass, and for
parsing a preloaded device identification database so that if
you want to waste the memory, you can identify *anything* we know
about.
- Remove machine-dependant code from the core PCI code. APIC interrupt
mapping is performed by shadowing the intline register in machine-
dependant code.
- Bring interrupt routing support to the Alpha
(although many platforms don't yet support routing or mapping
interrupts entirely correctly). This resulted in spamming
<sys/bus.h> into more places than it really should have gone.
- Put sys/dev on the kernel/modules include path. This avoids
having to change *all* the pci*.h includes.
Notes:
svn path=/head/; revision=69783
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
include:
* Mutual exclusion is used instead of spl*(). See mutex(9). (Note: The
alpha port is still in transition and currently uses both.)
* Per-CPU idle processes.
* Interrupts are run in their own separate kernel threads and can be
preempted (i386 only).
Partially contributed by: BSDi (BSD/OS)
Submissions by (at least): cp, dfr, dillon, grog, jake, jhb, sheldonh
Notes:
svn path=/head/; revision=65557
|
| |
|
|
|
|
|
|
|
| |
to NOMAN.
Reported by: bde
Notes:
svn path=/head/; revision=63794
|
| |
|
|
|
|
|
| |
discussed with archie.
Notes:
svn path=/head/; revision=63714
|
| |
|
|
|
|
|
| |
encoding the relative path.
Notes:
svn path=/head/; revision=60966
|
| |
|
|
| |
Notes:
svn path=/head/; revision=59982
|
| |
|
|
|
|
|
|
|
|
| |
This means that the kernel can be totally self contained now and is not
dependent on the last buildworld to update /usr/share/mk. This might
also make it easier to build 5.x kernels on 4.0 boxes etc, assuming
gensetdefs and config(8) are updated.
Notes:
svn path=/head/; revision=59951
|
| |
|
|
| |
Notes:
svn path=/head/; revision=59865
|
| |
|
|
|
|
|
|
| |
Submitted by: Alexey Zelkin <phantom@FreeBSD.org>
thanks!
Notes:
svn path=/head/; revision=54927
|
| |
|
|
|
|
|
| |
Also some updates to the vjc node man page.
Notes:
svn path=/head/; revision=52953
|
| |
|
|
|
|
|
|
|
| |
Also save a slightly closer to completion version of the PPPOE code.
Submitted by: Archie Cobbs <archie@freebsd.org>
Notes:
svn path=/head/; revision=52441
|
|
|
Been in production for 3 years now. Gives Instant Frame relay to if_sr
and if_ar drivers, and PPPOE support soon. See:
ftp://ftp.whistle.com/pub/archie/netgraph/index.html
for on-line manual pages.
Reviewed by: Doug Rabson (dfr@freebsd.org)
Obtained from: Whistle CVS tree
Notes:
svn path=/head/; revision=52419
|