summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add missing semicolongrehan2002-09-201-1/+1
* (This commit touches about 15 disk device drivers in a very consistentphk2002-09-2012-110/+49
* This file does not <sys/disklabel.h>phk2002-09-201-1/+0
* Remove unused #includes: <sys/disk.h> <sys/devicestat.h> and <sys/sysctl.h>phk2002-09-204-11/+0
* Reduce <sys/disklabel.h> poisoning a bit.phk2002-09-202-1/+1
* Include <sys/ioccom.h> directly, rather than indirectly throughphk2002-09-201-1/+1
* Remove even more Copy&Pasted sets of #includes.phk2002-09-202-16/+0
* Remove unused #includes. Looks amacingly like the exact same setphk2002-09-201-6/+0
* Remove #include of <sys/disklabel.h> (and a few other unused #includes Iphk2002-09-201-8/+0
* Fix the support for the AN985/983 chips, which do not set thembr2002-09-201-1/+2
* Enable the automatic TX underrun recovery for the ADMtek chips.mbr2002-09-202-0/+5
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:phk2002-09-206-13/+13
* Retire now unused DIOCGDVIRGIN kludge.phk2002-09-201-3/+0
* move <machine/iic.h> and <machine/smb.h> to <dev/iicbus/iic.h> andpeter2002-09-192-5/+2
* Add support for the VIA 8235.sos2002-09-182-2/+5
* Firewire device support for Apple eMac with PPC kernel.ikob2002-09-174-1/+29
* Fix the clockprobe test on the Sil 680sos2002-09-161-1/+1
* Deprecate the USB_SETDEBUG IOCTL as debug levels can now be setjoe2002-09-151-13/+0
* Suitably shrink a comment so it applies again.phk2002-09-151-5/+2
* Fix i810 after i830 commit.anholt2002-09-151-0/+2
* Fixed breakage from removing the used include of <sys/buf.h> in thebde2002-09-151-0/+3
* remove #includes of <sys/bio.h> where not needed.phk2002-09-144-4/+0
* FreeBSD -current doesn't need <sys/buf.h> or <sys/bio.h>.phk2002-09-141-3/+2
* Initial import for IEEE1394 OHCI chipdet device driver and SBP-2 (Serialikob2002-09-1319-0/+11852
* Fix a bug were a struct bio was freed and certain members subsequentlyphk2002-09-131-4/+3
* Fix another two printf() format errors which weren't warnedmux2002-09-131-4/+4
* Fix another printf() format error which wasn't warned aboutmux2002-09-131-2/+3
* Fix a printf() format error on 64 bits architectures.mux2002-09-131-3/+4
* Fix an i830/i845 test that shouldn't get hit in normal use and remove a printf.anholt2002-09-131-6/+4
* Pass the physical instead of the logical block number injoerg2002-09-121-1/+1
* Add preliminary mostly untested support for the Silicon Image Sil680 chip.sos2002-09-122-0/+93
* Change a couple of splcam() calls that do not make sense in atapi-camthomas2002-09-121-3/+5
* Rearrange where to get the ATAPI magic sequence.sos2002-09-121-6/+8
* Wait for drive to become ready if its in progress of loading..sos2002-09-121-0/+14
* Dont hang in atprq on poll_dsc command.sos2002-09-121-2/+4
* Add AGP support for Intel i830M and i845 thanks to patches from moto kawasakianholt2002-09-122-49/+216
* - Forgot to remove `cardattached` declaration in revision 1.22.arr2002-09-101-1/+1
* reprobe not needed here eitherimp2002-09-101-30/+0
* Remove more bogus reprobe code. I don't think it is needed here either.imp2002-09-101-14/+1
* o Dike out the bogus reprobe stuff. It was getting in the way of newbus' ownimp2002-09-102-16/+0
* regen for 1.34imp2002-09-101-1/+5
* Add ARGOSY SP320imp2002-09-101-0/+2
* add missing \n to printfticso2002-09-091-2/+2
* Add support for the BCM5703x chips. I do not have one of thesejdp2002-09-085-3/+32
* Make this driver work a whole lot better.jake2002-09-081-141/+169
* The size argument to snprintf does not have to be backed off by onemjacob2002-09-071-17/+17
* Export pcib_attach() as a "protected" for use in subclasses of the PCI-PCIjhb2002-09-062-2/+2
* Don't include "bpf.h" when compiling on FreeBSD. We always compile inbrooks2002-09-061-0/+4
* Remove STRNCAT (==>strncat) usage. Apparently I never read the manmjacob2002-09-063-20/+17
* Tsk. Now that we're not using our own locks, we have to remembermjacob2002-09-061-0/+2
OpenPOWER on IntegriCloud