summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Raise the pci compat driver match priority a bit so that it's notpeter1999-12-051-1/+1
* Fix cursor position calculation.yokota1999-12-051-1/+2
* Disconnect and tagged queueing now really work. Also fix a bug that'sluoqi1999-12-043-101/+115
* Add the if_dc driver and remove all of the al, ax, dm, pn and mx driverswpaul1999-12-046-103/+4875
* Add the logical ID of ViBRA16CL PNP on Micron Millenium II motherboards.tanimura1999-12-041-0/+1
* Call ISA_PNP_PROBE() to probe PnP cards, rather than matchtanimura1999-12-041-119/+59
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-0324-39/+68
* roll platform minormjacob1999-12-031-1/+1
* clean up sprintf and have buffer that won't overflowmjacob1999-12-031-34/+66
* turn some messages into CFGPRINT messagesmjacob1999-12-031-5/+5
* Fix the 'usb0: USB revision unknown, not supported' people have been seeingn_hibma1999-12-033-17/+13
* In one queue all the TDs (transfer descriptor, packets) for one transfern_hibma1999-12-021-3/+6
* Initialize type correctly.phk1999-12-011-1/+3
* Add explicit null entries for new entrypoints.julian1999-12-014-4/+8
* Fix the hang on card eject problem and maybe the hang on suspendimp1999-12-013-23/+13
* Add ESS1879.dfr1999-11-303-0/+12
* Commit for r1.29 of ugen.c was wrong. All the ugenX* devicen_hibma1999-11-301-8/+16
* Make the pci driver compat shim return a preference for probepeter1999-11-301-1/+2
* tanimura implemented SNDCTL_DSP_GETODELAY for pcm.alfred1999-11-291-0/+10
* Sync generated filesimp1999-11-292-4/+14
* Merge NetBSD 1.60 by jun:imp1999-11-291-1/+2
* Better error handeling:sos1999-11-292-30/+58
* Reconnect probing of the width of the isa bus, calling pcic_attach andimp1999-11-293-41/+32
* Flesh out the pccard bus_ methods with either the generic one (whereimp1999-11-294-19/+126
* Update de driver for the request->xfer changes.n_hibma1999-11-281-6/+10
* Woops, it seems to fail initialisation. Disabled while I am figuring outn_hibma1999-11-281-0/+2
* Add resource activation routines to pcic driver. Minor cleanup ofimp1999-11-285-31/+167
* Correct the last parameter for clallocn_hibma1999-11-283-7/+7
* Synchronisation with NetBSD 1999/11/27n_hibma1999-11-288-145/+184
* Add devnames, the device names the drivers attached to for usbd.n_hibma1999-11-282-15/+47
* Add a quirk for the Altec ASC495 speakers. They pretend to support then_hibma1999-11-282-3/+5
* Add PCI_USBREV_1_1n_hibma1999-11-281-1/+2
* Add USB revision strings and numbers.n_hibma1999-11-282-12/+41
* - Fail VT switching when the controlling program, such as theyokota1999-11-281-4/+4
* commit (re)generated files last.imp1999-11-282-29/+334
* Update pccard code to latest NetBSD code. This is the last mergeimp1999-11-288-93/+273
* This commit was generated by cvs2svn to compensate for changes in r53809,obrien1999-11-282-29/+98
|\
| * Update to the 0.12.0-19991127 patch + my header path & doc changes.obrien1999-11-282-29/+98
* | This commit was generated by cvs2svn to compensate for changes in r53801,obrien1999-11-281-6/+7
|\ \ | |/
| * Adjust `sym' include file path to match where `sym' landed in our tree.obrien1999-11-281-6/+7
* | This commit was generated by cvs2svn to compensate for changes in r53799,obrien1999-11-281-2/+2
|\ \ | |/
| * Adjust `sym' include file path to match where `sym' landed in our tree.obrien1999-11-281-2/+2
* | This commit was generated by cvs2svn to compensate for changes in r53796,obrien1999-11-272-56/+100
|\ \ | |/
| * Update to the SYM-0.11.0-19991120 patch.obrien1999-11-272-56/+100
* | This commit was generated by cvs2svn to compensate for changes in r53793,obrien1999-11-272-25/+88
|\ \ | |/
| * Update to the SYM-0.10.0-19991111 patch.obrien1999-11-272-25/+88
* | This commit was generated by cvs2svn to compensate for changes in r53790,obrien1999-11-274-0/+12277
|\ \ | |/
| * New `sym' device driver optimized for the Symbios/LSI 53C896/53C895A/53C1010obrien1999-11-274-0/+12277
* call ata_reinit in addump trying to make sure the dump will succed,sos1999-11-271-1/+7
* Disable on x86 since it conflicts with PNPBIOS.dfr1999-11-271-0/+5
OpenPOWER on IntegriCloud