summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Part 2 of the netgraph rewrite.julian2001-01-087-107/+114
* Completed move of Digiboard drivers to dev/dgbbabkin2001-01-082-6/+6
* Add aic to the list of drivers that might work with NEWCARD. I've addedimp2001-01-081-6/+43
* Add a quirk for drives that do not handle long inquiry data.n_hibma2001-01-081-22/+41
* Add the Synchronize command to umass_atapi_transform. It seems to workn_hibma2001-01-071-0/+1
* Print the correct value in a debugging printf.n_hibma2001-01-071-1/+1
* 1) Return the requestad length - the transferred length as the residue,n_hibma2001-01-071-4/+6
* This is a bandaid for a problem that is not entirely fixed yet.peter2001-01-071-1/+5
* Add the 3COM ID's that I could find in the pccarddevs file that seemedpeter2001-01-071-0/+22
* This cannot possibly be right:peter2001-01-071-2/+2
* This file follows style(9), so adjust various nits in the last few commitsimp2001-01-071-17/+24
* For bus_setup_intr, cookiep is a pointer to storage for the parentimp2001-01-071-1/+1
* Remove cdevsw when unloading the vn module.n_hibma2001-01-071-0/+1
* Try better this time at a patch that properly backspeeds on the Acer chips.sos2001-01-071-2/+2
* On open try to close the drivetray and wait for drive ready.sos2001-01-071-0/+2
* o Now that I've had time to test the new interface, reintegrate it back in.imp2001-01-076-24/+22
* Undo the interface change to CARD_GET_MEMORY_OFFSET. It wasn't testedimp2001-01-073-13/+18
* We do not, and hopefully never will, use the static pccard device table.peter2001-01-072-1274/+1
* Add the defines for the cardbus extensions for 32 bit addressing. Thispeter2001-01-071-0/+9
* *Blush* Fix a dumb typo in previous commit.bmilekic2001-01-061-1/+1
* Make sure musycc driver deals with the possibility of any type of mbufbmilekic2001-01-061-0/+20
* * Better kld support in pccbb/cardbusjon2001-01-068-207/+597
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-067-167/+258
* aic7xxx.c:gibbs2001-01-055-82/+186
* Add the VESA S3 linear framebuffer driver. It works on top of VESA by replacingnsouch2001-01-051-0/+564
* Remove vga_pci generic driver.nsouch2001-01-051-75/+0
* Oops the test in the Acer code should be >= not >.sos2001-01-051-1/+1
* Bugfix: device_resume should be connected to bus_generic_resume notn_hibma2001-01-051-1/+1
* Call mixer_hwinit() when attaching.jhb2001-01-051-0/+1
* - Make the 'hwvol_mixer' and 'hwvol_step' variables be specific to ajhb2001-01-054-9/+86
* Changed the copyright notice to BSD-style. The original GPL copyrightbabkin2001-01-054-24/+110
* The 'maxchans' count is one more than the number of channels, sojhb2001-01-041-1/+1
* Add the ES1681, as found in my Digital HiNote UltraII. It works withimp2001-01-041-2/+1
* Add support for using BurnProff(tm) on drives that support it.sos2001-01-042-2/+6
* Readd the id removed by sheldon in the previous commit to uscanner.c.n_hibma2001-01-042-1/+2
* UMASS_DEBUG implemented panic(9).n_hibma2001-01-042-0/+9
* Regen.n_hibma2001-01-042-17/+137
* Revert rev 1.8, which broke the installkernel target.sheldonh2001-01-041-1/+0
* Proberly calculate the RAID structure on the Promise Fasttrak.sos2001-01-041-1/+2
* Add the Id of the Epson 1640 scanner.n_hibma2001-01-031-0/+1
* Add a few Ids. From NetBSD.n_hibma2001-01-031-4/+28
* Rename the loader tunable from hw.sndunit to hw.snd.unit.jhb2001-01-031-1/+1
* - When acknowledging interrupts, write the value 0xff to the interruptjhb2001-01-032-19/+28
* Add a new API for soundcards that have hardware volume control:jhb2001-01-032-0/+39
* Create a new sysctl node 'hw.snd' and move 'hw.sndunit' tojhb2001-01-032-1/+6
* Cleanup and improve mode detection. Now, you should get what you actuallynsouch2001-01-023-183/+98
* Tidy up if_init routine so that it does not return an error.dmlb2001-01-021-1/+13
* Remove conflicts between unsinged char *s and int s.non2001-01-021-4/+4
* Either cvs(1) or I forgot this file in my last commit.phk2001-01-021-25/+93
* Newbusify the PCI PDQ (fddi) attachment. This isn't as clean aspeter2001-01-021-355/+73
OpenPOWER on IntegriCloud