summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Completed move of Digiboard drivers to dev/dgbbabkin2001-01-0812-10311/+8
* Add aic to the list of drivers that might work with NEWCARD. I've addedimp2001-01-083-7/+45
* Add the 'No 6 byte commands' quirk for the Yano ATAPI USB bridge.n_hibma2001-01-081-0/+4
* 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
* o Commit reems of style(9) changes, whitespace improvements, and commentrwatson2001-01-071-61/+60
* 1) Return the requestad length - the transferred length as the residue,n_hibma2001-01-071-4/+6
* o Zero the ufs_extattr_header length field (not necessary, but not a badrwatson2001-01-071-1/+8
* o Add an additional EA inconsistency reporting opportunity inrwatson2001-01-071-2/+16
* o Make call to ufs_extattr_rm() in ufs_extattr_vnode_inactive() userwatson2001-01-071-1/+1
* 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
* o Remove unnecessary sanity check involving requested offset of extendedrwatson2001-01-071-5/+0
* 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
* o Correct typos in comment fields.rwatson2001-01-071-4/+4
* 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-078-28/+29
* The ep pccard code had newcard hooks added to it, but it isn't beingpeter2001-01-071-0/+1
* Undo the interface change to CARD_GET_MEMORY_OFFSET. It wasn't testedimp2001-01-073-13/+18
* Merged from sys/i386/i386/machdep.c revision 1.426.kato2001-01-072-6/+20
* Common option '-N' do not require an argument.bp2001-01-071-2/+2
* We do not, and hopefully never will, use the static pccard device table.peter2001-01-072-1274/+1
* PowerPC atomic operation functions.benno2001-01-073-56/+544
* PowerPC assembler #defines.benno2001-01-071-0/+95
* It is unlikely that we'll be supporting old-style ZMAGIC linux a.outpeter2001-01-071-1/+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
* Implement accessors for per-cpu variables which don't depend on thejake2001-01-067-158/+54
* * Better kld support in pccbb/cardbusjon2001-01-068-207/+597
* Use %fs to access per-cpu variables in uni-processor kernels the samejake2001-01-0625-100/+62
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-06178-718/+853
* We don't use += for SRCS in Makefiles, we simply use theasmodai2001-01-061-2/+2
* Limit size of passed in data for utrace function.alfred2001-01-062-0/+4
* Add commented out examples for the new KTR loader tunables.jhb2001-01-061-0/+3
* - Move all of the KTR sysctl's under a new debug.ktr mib.jhb2001-01-061-17/+26
* Fix typo.kuriyama2001-01-061-1/+1
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-0638-1884/+3444
* provide a sysctl 'net.link.ether.inet.log_arp_wrong_iface' to allow onealfred2001-01-061-0/+7
* Protect p_nice and P_TRACED in psignal() above the switch statement withjhb2001-01-061-0/+2
* aic7xxx.c:gibbs2001-01-055-82/+186
* Add the VESA S3 linear framebuffer driver. It works on top of VESA by replacingnsouch2001-01-053-1/+574
* Remove vga_pci generic driver.nsouch2001-01-052-76/+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
OpenPOWER on IntegriCloud