summaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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-441/+539
* 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-658/+59
* Use bus_space for all register accesses.Doug Rabson2000-05-132-42/+24
* 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-194/+232
* 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
* Rewrite parity maintenance functions.Greg Lehey2000-05-111-98/+121
* Cosmetics.Greg Lehey2000-05-112-15/+15
* vinum_scandisk: Correct error recovery if a configuration is munged.Greg Lehey2000-05-111-3/+3
* Correct a comment.Greg Lehey2000-05-111-6/+6
* Change parity maintenance ioctls.Greg Lehey2000-05-111-4/+4
* Change linkage to parity maintenance operations.Greg Lehey2000-05-112-10/+6
* Move a couple fo things around to be nicer for -currentDuncan Barclay2000-05-101-162/+174
* Move a couple fo things around to be nicer for -currentDuncan Barclay2000-05-101-43/+60
* Add a STOP debug flag.Duncan Barclay2000-05-101-15/+19
* Regen.Nick Hibma2000-05-092-2/+18
* Add Alcor Keyboard with built-in hub and its keyboard.Nick Hibma2000-05-091-0/+4
* Fix some breakage about how we build WWNs. Do some other fabric relatedMatt Jacob2000-05-091-136/+247
* roll platform minorMatt Jacob2000-05-091-1/+1
* Roll core minor version. Change our 'fabdev' tag to 'loggedin'.Matt Jacob2000-05-091-6/+6
* Add in a watchdog routine to catch cases where we've dropped the command.Matt Jacob2000-05-091-2/+32
* The storage for WWN from NVRAM is actually the PORT WWN, not the NODE WWN.Matt Jacob2000-05-091-1/+12
* Conrrect a macro with parenthesis.Matt Jacob2000-05-091-1/+1
* Use the new and shiny module versioning. This enables you to load theNick Hibma2000-05-082-1/+5
* Added PC-98 supports.Yoshihiro Takahashi2000-05-083-0/+18
* If PERIPH_1284 is not defined, don't even bother calling the BUS_*_INTRNick Hibma2000-05-071-9/+15
* Add the fields needed to store the cookies.Nick Hibma2000-05-072-0/+13
* Do the attach (and detach) properly. Store the cookies.Nick Hibma2000-05-072-75/+141
* Add the Prolific PL2301 and PL2302 Link cables.Nick Hibma2000-05-071-0/+5
* We match on vendor/product so return the fact that udbp is vendor/productNick Hibma2000-05-071-1/+1