aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* move <machine/iic.h> and <machine/smb.h> to <dev/iicbus/iic.h> andPeter Wemm2002-09-192-5/+2
* Add support for the VIA 8235.Søren Schmidt2002-09-182-2/+5
* Firewire device support for Apple eMac with PPC kernel.Katsushi Kobayashi2002-09-174-1/+29
* Fix the clockprobe test on the Sil 680Søren Schmidt2002-09-161-1/+1
* Deprecate the USB_SETDEBUG IOCTL as debug levels can now be setJosef Karthauser2002-09-151-13/+0
* Suitably shrink a comment so it applies again.Poul-Henning Kamp2002-09-151-5/+2
* Fix i810 after i830 commit.Eric Anholt2002-09-151-0/+2
* Fixed breakage from removing the used include of <sys/buf.h> in theBruce Evans2002-09-151-0/+3
* remove #includes of <sys/bio.h> where not needed.Poul-Henning Kamp2002-09-144-4/+0
* FreeBSD -current doesn't need <sys/buf.h> or <sys/bio.h>.Poul-Henning Kamp2002-09-141-3/+2
* Initial import for IEEE1394 OHCI chipdet device driver and SBP-2 (SerialKatsushi Kobayashi2002-09-1319-0/+11852
* Fix a bug were a struct bio was freed and certain members subsequentlyPoul-Henning Kamp2002-09-131-4/+3
* Fix another two printf() format errors which weren't warnedMaxime Henrion2002-09-131-4/+4
* Fix another printf() format error which wasn't warned aboutMaxime Henrion2002-09-131-2/+3
* Fix a printf() format error on 64 bits architectures.Maxime Henrion2002-09-131-3/+4
* Fix an i830/i845 test that shouldn't get hit in normal use and remove a printf.Eric Anholt2002-09-131-6/+4
* Pass the physical instead of the logical block number inJoerg Wunsch2002-09-121-1/+1
* Add preliminary mostly untested support for the Silicon Image Sil680 chip.Søren Schmidt2002-09-122-0/+93
* Change a couple of splcam() calls that do not make sense in atapi-camThomas Quinot2002-09-121-3/+5
* Rearrange where to get the ATAPI magic sequence.Søren Schmidt2002-09-121-6/+8
* Wait for drive to become ready if its in progress of loading..Søren Schmidt2002-09-121-0/+14
* Dont hang in atprq on poll_dsc command.Søren Schmidt2002-09-121-2/+4
* Add AGP support for Intel i830M and i845 thanks to patches from moto kawasakiEric Anholt2002-09-122-48/+215
* - Forgot to remove `cardattached` declaration in revision 1.22.Andrew R. Reiter2002-09-101-1/+1
* reprobe not needed here eitherWarner Losh2002-09-101-30/+0
* Remove more bogus reprobe code. I don't think it is needed here either.Warner Losh2002-09-101-14/+1
* o Dike out the bogus reprobe stuff. It was getting in the way of newbus' ownWarner Losh2002-09-102-16/+0
* regen for 1.34Warner Losh2002-09-101-1/+5
* Add ARGOSY SP320Warner Losh2002-09-101-0/+2
* add missing \n to printfBernd Walter2002-09-091-2/+2
* Add support for the BCM5703x chips. I do not have one of theseJohn Polstra2002-09-085-3/+32
* Make this driver work a whole lot better.Jake Burkholder2002-09-081-139/+167
* The size argument to snprintf does not have to be backed off by oneMatt Jacob2002-09-071-17/+17
* Export pcib_attach() as a "protected" for use in subclasses of the PCI-PCIJohn Baldwin2002-09-062-2/+2
* Don't include "bpf.h" when compiling on FreeBSD. We always compile inBrooks Davis2002-09-061-0/+4
* Remove STRNCAT (==>strncat) usage. Apparently I never read the manMatt Jacob2002-09-063-20/+17
* Tsk. Now that we're not using our own locks, we have to rememberMatt Jacob2002-09-061-0/+2
* Attach ACPI children a bit later in attach(), specifically after performingJohn Baldwin2002-09-061-2/+3
* Prefer the physical bus number of the PCI bus as the unit of the pciXJohn Baldwin2002-09-061-1/+1
* Add a helper routine acpi_SetIntrModel() to call the _PIC method to setJohn Baldwin2002-09-062-0/+24
* Make the printf messages when routing interrupts more consistent in theJohn Baldwin2002-09-052-7/+8
* Don't let children attach fast interrupts if the parent interrupt is normal.Poul-Henning Kamp2002-09-041-2/+2
* Make consistent; turn spaces into tabs where there is a mixture.Mark Murray2002-09-041-21/+21
* Bring back the PUC_FASTINTR option, and implement it correctly so thatPoul-Henning Kamp2002-09-042-2/+13
* Sigh. The fix to the suspend code wasn't complete, since the resumeScott Long2002-09-041-2/+2
* More in the continuing saga of phk vs his strange serial card.Warner Losh2002-09-041-80/+20
* Fix up a comment.John Baldwin2002-09-041-2/+2
* - Make pci_load_vendor_data() static and do it during MOD_LOAD instead ofJohn Baldwin2002-09-043-18/+15
* Use resource_list_print_types() instead of duplicating the code.John Baldwin2002-09-041-40/+4
* Remove a debug printf.Poul-Henning Kamp2002-09-031-2/+2