aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/el
Commit message (Collapse)AuthorAgeFilesLines
* Remove the el(4) driver for 3Com 3c501 ISA NICs from HEAD as threatenedJohn Baldwin2005-08-261-9/+0
| | | | | | | | | | | earlier as no one has stepped up to test recent changes to the driver. Oddly, the module was actually turned on on ia64 though I'm fairly certain that no ia64 machine has ever had or will ever have an ISA slot. Axe borrowed from: phk Notes: svn path=/head/; revision=149496
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-4/+5
| | | | Notes: svn path=/head/; revision=70711
* Newbus the if_el (3Com 3c501) driver. Use bus_space_X() functions.Bill Paul2000-12-151-0/+8
Add detach routine and turn driver into a module so it can be loaded and unloaded. Also take a stab at implementing multicast packet reception so that this NIC will work with IPv6. Promiscuous mode doesn't seem to work, but I'm not sure why. It works well enough that I can run dhclient on it and put it on the office network though. Also ripped out spl stuff and replaced it with mutexes. Notes: svn path=/head/; revision=70064