summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Collapse)Author
1998-09-11Move aic device to conf/files. Comment pcmcia related entries.Federico G. Schwindt
1998-09-11Remove unneeded file after the split.Federico G. Schwindt
1998-09-11ISA routines for the Intel 82365SL PCIC controllers.Federico G. Schwindt
1998-09-11aic routines for ISA.Federico G. Schwindt
1998-08-22Powerpc supports isa not just power4eDale S. Rahn
1998-08-20mmap support for gus, dillema@acm.orgNiels Provos
1998-08-13Identify card 0x44 as a 1542C, not 1542CF: Robert Earl <rearl@teleport.com>.Jason Downs
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
Also disable the diag return check in wdc.c for now.
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 ↵Todd C. Miller
Adapter 2.0'. You just don't get any more generic than that do you? These boards are dirt cheap.
1998-07-28Fix indentation problems.Constantine Sapuntzakis
Remove annoying printf.
1998-07-28Disable ISA PNP devices before ISA scanConstantine Sapuntzakis
1998-07-23Support drives > 8.4GBConstantine Sapuntzakis
For LBA-capable drives, return the number of LBA sectors as secperunit, not the number you get from CHS. Note, DOS partition tables are limited to 8.4GB. The interactive disklabel editor will notice that the OpenBSD partition ends at 8.4GB and limit the user to that size unless the user explicitly specifies the bounds. This should probably be changed.
1998-07-23Print LBA-based size as well as CHS size.Constantine Sapuntzakis
Fix some bugs in getting drive parameters into the wdparams array
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
with the Soundblaster; documentation is needed. Also changes wdcprobe method slightly.
1998-07-05syncJason Downs
1998-07-05Uncommit wdc.Jason Downs
Note that the Soundblaster uses this code, even though it's port isn't fully compatible with the driver.
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
interrupt.
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
positive I get on my libretto (ne2100_isa_probe matches when it should not).
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