summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Attach ACPI children a bit later in attach(), specifically after performingjhb2002-09-061-2/+3
* Prefer the physical bus number of the PCI bus as the unit of the pciXjhb2002-09-061-1/+1
* Add a helper routine acpi_SetIntrModel() to call the _PIC method to setjhb2002-09-062-0/+24
* Make the printf messages when routing interrupts more consistent in thejhb2002-09-052-7/+8
* Don't let children attach fast interrupts if the parent interrupt is normal.phk2002-09-041-2/+2
* Make consistent; turn spaces into tabs where there is a mixture.markm2002-09-041-21/+21
* Bring back the PUC_FASTINTR option, and implement it correctly so thatphk2002-09-042-2/+13
* Sigh. The fix to the suspend code wasn't complete, since the resumescottl2002-09-041-2/+2
* More in the continuing saga of phk vs his strange serial card.imp2002-09-041-80/+20
* Fix up a comment.jhb2002-09-041-2/+2
* - Make pci_load_vendor_data() static and do it during MOD_LOAD instead ofjhb2002-09-043-19/+16
* Use resource_list_print_types() instead of duplicating the code.jhb2002-09-041-40/+4
* Remove a debug printf.phk2002-09-031-2/+2
* Drop another cookie to wet Warners appetite:phk2002-09-031-0/+6
* Fix interrupt registration:phk2002-09-031-10/+3
* Style: fix a function whitespace stuff-up. Remove a debugging printf.phk2002-09-031-2/+3
OpenPOWER on IntegriCloud