freebsd-src/sys/dev
Stefan Eßer 8408422768 Add support for NE2000 compatible PCI Ethernet cards. The PCI probe
is enabled by having an "device ed0 at isa? [...]" config line.
The first PCI card will get a unit number one higher than the highest
defined for any ISA card of the ED type, e.g. if ed0 and ed1 are
configured, then the PCI cards will be ed2, ed3, ...

BEWARE: If you have configured your kernel as ed0 with the port address
as assigned by the PCI BIOS, then your card will be found by both the
PCI and ISA probes, and bad things may happen. Make sure to restore
the original port address form the GENERIC kernel for the ed0 device!

Reviewed by:	davidg
1996-05-18 17:56:42 +00:00
..
aic7xxx One more linux -> __linux__ 1996-05-10 16:28:00 +00:00
ar Improve the handling of receive errors. Fix a nasty bug in the receive 1996-04-12 19:57:44 +00:00
bktr A patch for the meteor device driver. It fixes: 1996-05-17 09:43:15 +00:00
ccd Add #ifndef/#endif around the "#define CCD_OFFSET 16", so you can override 1996-05-13 09:17:42 +00:00
cy KGDB is dead. It may come back one day if somebody does it. 1996-05-02 09:34:51 +00:00
de Another sweep over the pmap/vm macros, this time with more focus on 1996-05-03 21:01:54 +00:00
dgb Fixed missing quote in a devfs string. 1996-03-29 11:39:08 +00:00
ed Add support for NE2000 compatible PCI Ethernet cards. The PCI probe 1996-05-18 17:56:42 +00:00
eisa Turn on SCB paging for aic7770 chips rev E or greater. 1996-04-20 21:21:50 +00:00
ep Fix media type determination. 1996-02-28 17:19:04 +00:00
fdc Typo. 1996-05-03 20:15:11 +00:00
fe Format the already applied PCCARD additions to use KNF form. No 1996-04-23 18:36:56 +00:00
fxp Removed sections 3 and 4 from my copyright. 1996-04-08 01:31:42 +00:00
ic Changes to the Digi/Arnet SYNC driver: 1996-03-17 00:29:35 +00:00
ie Clean up Ethernet drivers: 1996-02-06 18:51:28 +00:00
joy Switched from using devfs_add_sw() to using devfs_add_swf() 1996-03-28 14:29:52 +00:00
kbd Change RUKEYMAP sligtly 1996-01-25 16:37:20 +00:00
lnc Clean up Ethernet drivers: 1996-02-06 18:51:28 +00:00
mcd Forget that TAILQ's must be init'ed. 1996-05-03 16:49:14 +00:00
mse Switched from using devfs_add_sw() to using devfs_add_swf() 1996-03-28 14:29:52 +00:00
pci Fix range check to actually test the variable that will be used as 1996-05-18 17:32:20 +00:00
ppbus Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
rc Switched from using devfs_add_sw() to using devfs_add_swf() 1996-03-28 14:29:52 +00:00
scd Forget that TAILQ's must be init'ed. 1996-05-03 16:49:14 +00:00
si *blush* How did this slip through? 1996-05-08 04:48:25 +00:00
sio KGDB is dead. It may come back one day if somebody does it. 1996-05-02 09:34:51 +00:00
snp Switched from using devfs_add_devsw() to devfs_add_devswf() 1996-03-28 14:31:42 +00:00
speaker Fixed name of /dev/speaker (it's not spkr). 1996-03-27 19:07:33 +00:00
syscons Fix the "well-known retries bug" (a logic-o). 1996-05-12 12:36:59 +00:00
vn Removed an unused devfs variable again. 1996-03-28 15:25:43 +00:00