summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2005-04-15make sure aligment does not return zero block sizeMichael Shalayeff
2005-04-09Use vendor id register for chip matching instead of configurationAlexander Yurchenko
2005-04-05nuke a second driver for ISA Intel EtherExpress PRO/10 cards whichBrad Smith
2005-04-03ether_input_mbuf() conversion.Brad Smith
2005-04-03fix commentBrad Smith
2005-04-02support setting the MTUBrad Smith
2005-03-25during probe test for a mem window reduction in case there is not enough spac...Michael Shalayeff
2005-03-16Use biowait() instead of rolling our own.Miod Vallat
2005-03-08Cosmetics...Thierry Deval
2005-03-02Spaces.Alexander Yurchenko
2005-02-17ehternet -> ethernetMiod Vallat
2005-02-17miscellaneous typo fixes:Jean-Francois Brousseau
2005-01-27Add pcmcia_intr_string() to format the intr string for pcmcia attachTodd C. Miller
2005-01-27Make pcic_isa_chip_intr_establish() silent; irq printing will moveTodd C. Miller
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
2004-12-26Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-12-26Make this compile and bring the last few vga fixes in.Miod Vallat
2004-11-29Spell precede correctly.Jonathan Gray
2004-11-17proper autoconf attachments; grange@ testing; markus@ okMichael Shalayeff
2004-10-05Don't reset the chip on attach. This solves the problem with fansAlexander Yurchenko
2004-09-28Use ETHER_MAX_DIX_LENBrad Smith
2004-09-23don't need to set ifp->if_mtu or ifp->if_output in each driver,Brad Smith
2004-08-23The IT87 chip has 3 Fan sensors. Fix the loop invariant and addTodd C. Miller
2004-08-17don't forget to set rv to zero on false matchMichael Shalayeff
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-06-06Multicast cleanupsRyan Thomas McBride
2004-06-05Missing lockinit().Alexander Yurchenko
2004-06-05Remove NGPIO button.Alexander Yurchenko
2004-06-03Add support for the GPIO logical device.Alexander Yurchenko
2004-05-23gscsio(4) -- National Semiconductor Geode SC1100 Super I/O driver.Alexander Yurchenko
2004-05-18Be sure to initalized and use the "len" variable correctly in iestart();Miod Vallat
2004-05-12network drivers don't need to include bpfdesc.hTed Unangst
2004-05-01Fix a disk_unbusy() that was missing the 3rd argument; Georg SchwarzTodd C. Miller
2004-04-20protect from multiple inclusion; ok miodPeter Valchev
2004-04-02remove terms 3 & 4 for drochner@NetBSD.org; as seen on netbsd listsTheo de Raadt
2004-02-15new arg to disk_unbusy, to record separate read/write statistics.Ted Unangst
2004-02-10Use SENSOR_FINVALID.Alexander Yurchenko
2004-02-03repair catsMichael Shalayeff
2004-02-02Yet another signature; reported by danh@Alexander Yurchenko
2004-02-01Restore support for amd64.Thomas Nordin
2004-02-01add cats support ok deraadt@Dale Rahn
2004-01-28Add new probe signature. From Alexey E. Suslikov <cruel@texnika.com.ua>.Alexander Yurchenko
2004-01-28an amd64 arch support.Michael Shalayeff
2004-01-15Provide explicit function argument declarations.Miod Vallat
2004-01-13spellingTheo de Raadt
2004-01-12Move sensors externs to sys/sensors.h and introduce a macroAlexander Yurchenko
2004-01-09remove uvm_extern.hBrad Smith
2004-01-05temp/volt sensor for NS PC87366 LPC Super I/O; based on netbsd version; ok de...Markus Friedl
2003-12-12another small compiler warning cleanup (#error instead of bailing out)Hans-Joerg Hoexer
2003-11-16convert __attribute__((__packed__)) to __packed so that parsers unawareAnil Madhavapeddy