summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
1998-08-11put irq number on the line with the other info, not on its own lineTodd C. Miller
1998-08-08Split ioh allocations so that the devices no longer overlap.Jason Downs
1998-08-08compile when fd is not listed in config file; andrew@creep.netTodd C. Miller
1998-08-06Use single line geometry printing. Looks just like sd, now.Jason Downs
1998-08-04Fix by Federico G. Schwindt <fgsch@olimpo.com.br> for YM ISA PNP driverConstantine Sapuntzakis
1998-07-31Match generic SVEC pcmcia NE2000 clone that identifies itself as 'Ethernet Ad...Todd C. Miller
1998-07-28Fix indentation problems.Constantine Sapuntzakis
1998-07-28Disable ISA PNP devices before ISA scanConstantine Sapuntzakis
1998-07-23Support drives > 8.4GBConstantine Sapuntzakis
1998-07-23Print LBA-based size as well as CHS size.Constantine Sapuntzakis
1998-07-16recognize CS4236B; netbsdTheo de Raadt
1998-07-15Fix the name of the ulinear_be mode; netbsdTheo de Raadt
1998-07-09Don't unmap something that we didn't map...Jason Downs
1998-07-07put wd_error check back; without this machine boot times go well over 60 secondsTheo de Raadt
1998-07-05Add support for ISA PnP to wdc and associated config goo. This does NOT workJason Downs
1998-07-05syncJason Downs
1998-07-05Uncommit wdc.Jason Downs
1998-06-29Only use isa_intr_check() if __NO_ISA_INTR_CHECK isn't #defined.Jason Downs
1998-06-29Use isa_intr_check() to prevent attachment of drivers that won't get anJason Downs
1998-06-03table driven pci match; simplify printsTheo de Raadt
1998-06-02silenceTheo de Raadt
1998-06-02syncTheo de Raadt
1998-06-02isapnp joyTheo de Raadt
1998-06-02indentTheo de Raadt
1998-06-02Fixed copyright.Constantine Sapuntzakis
1998-06-02syncTheo de Raadt
1998-06-02add a comment about the TCM5095Theo de Raadt
1998-05-13more careful setupTheo de Raadt
1998-05-13don't printf in probe routines.Niels Provos
1998-05-08gotta sync pnpdevsTheo de Raadt
1998-05-08Added ym driver as one of the optionsConstantine Sapuntzakis
1998-05-08Cleaned up AD1848 driver and added driver for Yamaha OPL3-SA3 to tree.Constantine Sapuntzakis
1998-04-28Make kernel compile if we have IDE controller but no wd drive.Angelos D. Keromytis
1998-04-28silence noisy probe() routinesTheo de Raadt
1998-04-26update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se>Niels Provos
1998-03-31only use dev/isa/if_le.c if le at isa or pci, no other busses want itNiklas Hallqvist
1998-03-30Don't match if ether addr is ff:ff:ff:ff:ff. Hack to work around falseTodd C. Miller
1998-03-23fix printing for these; ignore model numberTheo de Raadt
1998-03-20New PnP 'ep' driver.dgregor
1998-03-17add a VIATECH card tooTheo de Raadt
1998-03-17support a few more NE2000 PCI cardsTheo de Raadt
1998-03-16slightly improved SMC autodetectionJason Downs
1998-03-16Regenerate pnpdevs.hdgregor
1998-03-16PnP IDs are case-sensitive. Make them all uppercasedgregor
1998-03-02Please GCC 2.8 -WallTodd T. Fries
1998-02-26syncTheo de Raadt
1998-02-26doc CTL0001Theo de Raadt
1998-02-26remember model number; skip PNP cards; etc etc etcTheo de Raadt
1998-02-26nicer messageTheo de Raadt
1998-02-22only get isadma stuff when we want themNiklas Hallqvist