summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* update the ac97 layer:cg2000-03-209-69/+226
* add a function to reinitialize the mixer, to be called by drivers oncg2000-03-202-0/+14
* Isolate the Timecounter internals in their own two files.phk2000-03-202-0/+2
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-206-19/+13
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-2022-89/+91
* A fairly simple newbusification of if_depeter2000-03-201-84/+99
* Unused definitions.peter2000-03-201-10/+0
* White-space-only change. The file originally had screwed indentation.yokota2000-03-201-382/+395
* Noriyoshi Kawano-san reported in nomads another OUI for linksys. 4 isimp2000-03-201-8/+1
* Bandaid for src/sys/modules which broke worldpeter2000-03-201-1/+1
* Update the copyright. Remove the advertising clause.paul2000-03-201-5/+2
* Connect the ISA and PCI compatability shims to an option. In this casepeter2000-03-192-2/+17
* Modify if_wi.c to call bpfdetach(ifp) before if_detach(ifp), so as torwatson2000-03-191-0/+2
* Missing pieces of the last commit ;-(yokota2000-03-192-22/+64
* - Properly keep track of I/O port resources.yokota2000-03-1912-268/+406
* Remove the old DSC code, it doesn't work anymore.sos2000-03-184-52/+5
* o Correct the offsets into the syncrate table for paritculargibbs2000-03-183-96/+162
* KNR -> ANSI function definition in two places. This matches the rest ofgibbs2000-03-181-5/+2
* Print the PCI resources even if they are disabled. This shows more clearlyn_hibma2000-03-181-6/+12
* Make the Y-E Data PCMCIA floppy of the Toshiba Libretto work underjoerg2000-03-181-244/+243
* The completely rewritten USB Mass Storage driver. It supports the followingn_hibma2000-03-182-432/+2193
* - Fix bugs when painting border and the mouse cursor in the rasteryokota2000-03-182-48/+60
* - Add Support for the following PS/2 mice:yokota2000-03-183-87/+401
* - `Newbus'ified the driver.yokota2000-03-181-124/+283
* Get rid of the last remnants of powerhook abuse.n_hibma2000-03-185-11/+8
* Update to the latest development version of the Mylex driver. Changes inmsmith2000-03-186-162/+704
* Add another device/vendor code combination to support yet anotherwpaul2000-03-181-0/+1
* Update Tigon firmware yet again, this time to version 12.3.20.wpaul2000-03-183-1589/+1593
* Changed key assign for PC-98.nyan2000-03-161-5/+5
* Please welcome the URio driver. Written byn_hibma2000-03-162-0/+625
* Alpha 8200 port: Until we fix things better, determine which alpha CPUmjacob2000-03-151-9/+37
* Add the TD's to the hash when they are created not when they are used.n_hibma2000-03-152-16/+44
* Add an ID for the SiS 5571.n_hibma2000-03-152-6/+12
* powerhooks no longer usedn_hibma2000-03-151-0/+2
* Make the makefile work properly.n_hibma2000-03-151-1/+6
* Do not use the powerhooks at all, instead of abusing and empty #define.n_hibma2000-03-151-2/+4
* Spelling mistaken_hibma2000-03-151-1/+1
* Never stop the control pipen_hibma2000-03-151-3/+4
* Regen.n_hibma2000-03-152-2/+18
* Add Y-E Data floppy drive.n_hibma2000-03-151-0/+4
* Update the e-mail address to a valid one.n_hibma2000-03-151-1/+1
* roll platform versions to 5.0mjacob2000-03-151-2/+2
* I _HATE_ crashes. The lptread() call needs to check LP_BYPASS, becausegreen2000-03-151-0/+5
* Don't do bus resets for ULTRA2 or later cards because what seems tomjacob2000-03-131-1/+4
* Add 'bootverbose' debug messages to assist with tracking down problemsmdodd2000-03-131-5/+27
* Cleanup sweep.sos2000-03-136-54/+50
* Initial ifmedia support. Once I figure out autoselection I'll put themdodd2000-03-132-15/+113
* Enable disksort the right way both on ATA disks and ATAPI devices.sos2000-03-138-66/+75
* Copy how everyone else is doing packet transmission. (NetBSD mostly)mdodd2000-03-131-6/+8
* Follow the docs a bit more in epstop() with respect to delays.mdodd2000-03-131-0/+5
OpenPOWER on IntegriCloud