summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Commit the kernel part of our DVD support. Nothing much to say really,sos1999-12-074-5/+285
* Try a little harder at the VIA DMA support.sos1999-12-073-32/+61
* Tweak the DC_REDUCED_MII_POLL code in dc_mii_tick() for the DC_IS_INTEL()wpaul1999-12-071-2/+2
* Fix bug where tuner i2c address was not set for IMS Turbo cardsroger1999-12-071-2/+9
* Fix support for disk with > 64K cyls.sos1999-12-072-9/+8
* Fix the ioctl CONS_FINDMODE and its underlying subroutineyokota1999-12-072-13/+4
* Tonight's cleanups.imp1999-12-079-234/+179
* Reckognize the 'Avance Asound 100'billf1999-12-073-0/+12
* Add vendor NetChip with its device NET1080 (host-to-host adapter)n_hibma1999-12-072-7/+23
* Simplify my license.gibbs1999-12-061-39/+52
* Update for pnp adjustments regarding NPNP.peter1999-12-0615-112/+6
* Simplify my copyright license terms.gibbs1999-12-0615-80/+114
* Fix a pair of silly warnings that I introduced (that would have beenpeter1999-12-061-7/+7
* Add defines for additional EEPROM locations and register definitions.mdodd1999-12-061-2/+28
* Whitespace cleanups.mdodd1999-12-061-4/+4
* Add a delay (per the databook) to the get_eeprom_data() loop somdodd1999-12-061-9/+12
* Standardize device descriptions so that there is parity between PnPmdodd1999-12-061-10/+10
* Correctly implement the non-PnP enumeration of ISA board.mdodd1999-12-061-14/+36
* Add a truely evil workaround (hack!) for some unfortunate BIOSpeter1999-12-061-6/+23
* Use bus_get_resource() instead of bus_get_resource_start() as the latterpeter1999-12-061-17/+24
* Make this compile again after the device_add_child change.imp1999-12-061-1/+1
* Fix mouse cursor logic which I broke in 1.1 ;-<yokota1999-12-061-26/+30
* conditionalise some warning messagescg1999-12-051-11/+12
* Modify the Adaptec "starfire" driver to reset the PHY on the MII buswpaul1999-12-052-11/+47
* newbusify and port the joy driver to the Alpha. It now attaches to thepeter1999-12-051-134/+126
* fix dma underrun issuescg1999-12-056-90/+155
* 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
OpenPOWER on IntegriCloud