aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add code which actually checks for the NCR PCI id so it can be used.Jonathan Lemon2000-05-231-1/+2
* Fix a nasty bug in ata_intr, parens are a good thing if used right.Søren Schmidt2000-05-233-30/+46
* Moved a bit of resource allocation from probe to attach based on feedbackDuncan Barclay2000-05-231-122/+109
* Fixed return value of adv_attach function.Yoshihiro Takahashi2000-05-231-17/+18
* Add PCI ID for NEC/Compaq controller.Jonathan Lemon2000-05-221-2/+5
* Add PCI id for Compaq Smart Array 431 card.Jonathan Lemon2000-05-221-0/+1
* MFRELENG_3Duncan Barclay2000-05-211-187/+625
* MFRELENG_3Duncan Barclay2000-05-211-10/+23
* MFRELENG_3Duncan Barclay2000-05-211-18/+28
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlyPeter Wemm2000-05-211-4/+2
* Compile in the case that anyone ever actually uses LEAVE_FREE_CHARS.Tim Vanderhoek2000-05-211-1/+1
* Uh, ya, sure this almost compiled for __bsdi__. NOT!Tim Vanderhoek2000-05-211-0/+1
* Prevent vidcontrol -i from crashing alphasAndrew Gallatin2000-05-211-0/+8
* Oops, rman_get_bushandle() should be converted to rman_get_virtual()Yoshihiro Takahashi2000-05-201-1/+1
* Match the include protection with the install location.David E. O'Brien2000-05-201-3/+3
* Don't forget 'stripe' and 'mirror' commands when we turn offGreg Lehey2000-05-201-2/+2
* Rather than use a MD lpt.h, we now use the MI lptio.h.David E. O'Brien2000-05-191-2/+1
* Fixed to support PC-98.Yoshihiro Takahashi2000-05-192-2/+5
* Use the rman_get_bustag() and rman_get_bushandle() functions.Yoshihiro Takahashi2000-05-191-9/+6
* Supported the mss on PC-98 and Sound Blaster 98.Yoshihiro Takahashi2000-05-195-3/+84
* Add RSS0262 - 5614Jx3[G] V90+K56Flex Modem.Seigo Tanimura2000-05-191-0/+1
* Add ACH2012 - 5634BTS 56K Video Ready Modem.Seigo Tanimura2000-05-191-0/+1
* Print the correct value for the map type on a verbose boot.Doug Rabson2000-05-181-1/+1
* Add a couple of new PnP IDs.Seigo Tanimura2000-05-181-0/+2
* Replace all references to lnc_softc with a typedef.Paul Richards2000-05-165-58/+58
* Update copyright.Paul Richards2000-05-161-8/+29
* Re-organise lnc driver in preparation for newbusifying it.Paul Richards2000-05-165-442/+540
* fix a speed bug that nobody noticedCameron Grant2000-05-151-4/+5
* Sync with NetBSD:Nick Hibma2000-05-142-4/+6
* Sync with NetBSD:Nick Hibma2000-05-141-3/+3
* Sync with NetBSD:Nick Hibma2000-05-142-88/+81
* Unchain lnc include files.Paul Richards2000-05-142-2/+1
* Fix includes to build from /sys/dev/lncPaul Richards2000-05-142-2/+2
* Sync with NetBSD:Nick Hibma2000-05-142-7/+73
* Sync with the BPF and BRIDGE changes.Paul Richards2000-05-141-52/+5
* Sync with NetBSD:Nick Hibma2000-05-141-4/+17
* Make some if's cleaner. Add a define for the Zip 250.Nick Hibma2000-05-141-5/+5
* Zero out the uio structure prior to initializing it. A garbage (uninitia...Matthew Dillon2000-05-141-4/+9
* Sync with NetBSD:Nick Hibma2000-05-142-5/+5
* Change Lennart's e-mail address.Nick Hibma2000-05-1429-29/+29
* Port ppc driver to alpha.Doug Rabson2000-05-142-3/+27
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-1423-659/+60
* Use bus_space for all register accesses.Doug Rabson2000-05-132-43/+25
* This driver attempts to cache mbufs, and re-use them as headers insteadJonathan Lemon2000-05-121-0/+1
* Use bus_space stuff except where it needs high performance.Yoshihiro Takahashi2000-05-121-79/+82
* Only display the 'Disable PNP-OS BIOS option' message on the i386 arch.John Baldwin2000-05-112-0/+4
* Newbusify resource allocation.Duncan Barclay2000-05-111-196/+234
* Remove ISA/3.x stuff and add -current stuffDuncan Barclay2000-05-111-23/+25
* Use device_printf.Duncan Barclay2000-05-111-3/+3
* Allow revive block sizes up to MAXPHYS.Greg Lehey2000-05-111-4/+4