freebsd-dev/sys/modules/netgraph
Mike Smith bb0d0a8efc Next phase in the PCI subsystem cleanup.
- 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.
2000-12-08 22:11:23 +00:00
..
async When manual pages are moved or removed, MANX should be changed 2000-07-24 13:52:07 +00:00
bpf When manual pages are moved or removed, MANX should be changed 2000-07-24 13:52:07 +00:00
bridge New netgraph node type for Ethernet bridging. 2000-09-01 01:37:13 +00:00
cisco When manual pages are moved or removed, MANX should be changed 2000-07-24 13:52:07 +00:00
echo When manual pages are moved or removed, MANX should be changed 2000-07-24 13:52:07 +00:00
ether Build ng_ether(4) KLD. 2000-06-26 23:41:08 +00:00
frame_relay When manual pages are moved or removed, MANX should be changed 2000-07-24 13:52:07 +00:00
hole When manual pages are moved or removed, MANX should be changed 2000-07-24 13:52:07 +00:00
iface When manual pages are moved or removed, MANX should be changed 2000-07-24 13:52:07 +00:00
ksocket When manual pages are moved or removed, MANX should be changed 2000-07-24 13:52:07 +00:00
lmi When manual pages are moved or removed, MANX should be changed 2000-07-24 13:52:07 +00:00
mppc When manual pages are moved or removed, MANX should be changed 2000-07-24 13:52:07 +00:00
netgraph When manual pages are moved or removed, MANX should be changed 2000-07-24 13:52:07 +00:00
one2many New netgraph node type ng_one2many(4). 2000-11-16 05:58:33 +00:00
ppp When manual pages are moved or removed, MANX should be changed 2000-07-24 13:52:07 +00:00
pppoe When manual pages are moved or removed, MANX should be changed 2000-07-24 13:52:07 +00:00
pptpgre When manual pages are moved or removed, MANX should be changed 2000-07-24 13:52:07 +00:00
rfc1490 When manual pages are moved or removed, MANX should be changed 2000-07-24 13:52:07 +00:00
socket When manual pages are moved or removed, MANX should be changed 2000-07-24 13:52:07 +00:00
tee When manual pages are moved or removed, MANX should be changed 2000-07-24 13:52:07 +00:00
tty Next phase in the PCI subsystem cleanup. 2000-12-08 22:11:23 +00:00
UI When manual pages are moved or removed, MANX should be changed 2000-07-24 13:52:07 +00:00
vjc When manual pages are moved or removed, MANX should be changed 2000-07-24 13:52:07 +00:00
Makefile Fix another callout_init() that I missed. 2000-11-26 21:59:30 +00:00
Makefile.inc