Takanori Watanabe
7850154fdd
Add ALLIED TELESIS,K.K. LA-ISA V2 ISA PnP ID.
...
Submitted by: nork
MFC after: 3 days
2002-07-26 17:33:58 +00:00
Alfred Perlstein
e51a25f850
Remove __P.
2002-03-20 02:08:01 +00:00
Warner Losh
cc9e9343cd
Minor newbus/style(9) cleanups.
...
o Move the ax88190 code to its own function.
o Move all device_method_t, driver_t and DRIVER_MODULE definitions to the
end of files.
o Wrap a few lines > 80 characters.
o Use the same devclass for all ed drivers. This allows machines with
multiple types of cards to have their cards numbered correctly. Before,
you could wind up with two ed0's.
o Protect if_edvar.h from multiple includes because I was there.
2000-12-26 06:38:04 +00:00
Warner Losh
727928f866
Remove unnecessary includes found by phk's script. I've been building
...
these locally for ages.
2000-12-13 06:28:37 +00:00
Mike Smith
1b97a6c6a9
Network modules are all "if_foo" not "foo". Avoid the confusing spew that
...
ensues when ifconfig tries to load if_ed.ko when it's already in the kernel.
2000-10-15 20:23:27 +00:00
Yoshihiro Takahashi
82583dd564
- Fixed the conversion to bus_space interface.
...
- Added PC-98 Cbus devices support.
The original patch is submitted by chi@bd.mbn.or.jp (Chiharu Shibata)
- Removed old ed driver.
2000-08-17 12:15:45 +00:00
Matthew N. Dodd
cb5d0c333f
I forgot to remove the "NCARD == 0" hacks that kept this driver
...
from blowing up on PCMCIA systems. The hack isn't needed anymore.
Reminded by: Blaz Zupan <blaz@gold.amis.net>
1999-11-20 09:28:01 +00:00
Yoshihiro Takahashi
663631a5eb
Set port_used and mem_used to the resource size instead of 1.
...
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
1999-11-18 14:18:19 +00:00
Matthew N. Dodd
e3f7c52da1
Fix compiling PCCARD kernels.
...
This is a hack and I don't like it.
Hopefully the new PCCARD stuff should be in working order in a day or so.
1999-10-24 07:17:26 +00:00
Matthew N. Dodd
14bacef14e
- Remove the ISA, PCI, and PCCARD specific code from if_ed.c; it
...
now lives in the respective bus front end files.
- Add various function prototypes to if_edvar.h
- Clean up some debugging code that snuck into if_ed_isa.c
- Turn on the right bits in files.i386
1999-10-15 03:12:48 +00:00
Matthew N. Dodd
9b63938369
Break out the bus front end code into separate files.
...
Note that these haven't been turned on nor has the old code
been removed from if_ed.c. The next commit will address that.
1999-10-15 01:28:04 +00:00