summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
1998-10-01Set d_type properly in spoofed labelsTodd C. Miller
1998-09-30MaxTech 33.6 PnP D/F/V identifier, GVC0303. (prasadsr@umich.edu)Federico G. Schwindt
1998-09-28we & ec depend on ifmedia attributeJason Wright
1998-09-27Telepath w/ x2 Technology identifier, GWY6290. (dookieman@thepentagon.com)Federico G. Schwindt
1998-09-26Add smc91cxx ISA support.Federico G. Schwindt
1998-09-26Add smc91cxx ISA support.Federico G. Schwindt
1998-09-22Replace the ed driver.Federico G. Schwindt
1998-09-19Added if_media support from NetBSD. -mojMats O Jansson
1998-09-16o if_media'fied am7990Jason Wright
1998-09-16fix ep probe message printoutsTheo de Raadt
1998-09-15It appears that some drives are causing the controller toJason Downs
1998-09-14avoid NULL deref for nowJason Downs
1998-09-11Add a third parameter to epconfig to get the MAC address if it's a pcmciaFederico G. Schwindt
1998-09-11Remove unneeded files from the previous pcmcia framework.Federico G. Schwindt
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
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