summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Wads more cleanup...mjacob2002-09-231-176/+233
* Recognize the single channel 2Gb card (FC919)- thanks to LSI Logic formjacob2002-09-231-2/+14
* We do not need to expose mpt_notify outside of mpt_freebsd.c.mjacob2002-09-231-1/+0
* When freeing a request, zero out the sequence number.mjacob2002-09-231-2/+3
* Remove ISP_DMA_ADDR_T definition.mjacob2002-09-231-10/+17
* Add MBOX_INIT_REQ_QUEUE_A64/MBOX_INIT_RES_QUEUE_A64 definitions.mjacob2002-09-231-0/+6
* Redo dma tag creation to correctly reflect the boundary and segmentmjacob2002-09-231-8/+7
* Re-specify the bus space creation such that if we have ISP_DAC_SUPPORTEDmjacob2002-09-231-8/+12
* Fix buglet in A64 CTIO3 structure copy.mjacob2002-09-231-1/+1
* Remove ISP_DMA_ADDR_T define (see ispvar.h)mjacob2002-09-231-1/+4
* If we have a 1240 or an ULTRA2 or better card, use MBOX_INIT_RES_QUEUE_A64mjacob2002-09-231-22/+49
* The ahc driver should only have one devclass, not one for each busscottl2002-09-224-9/+10
* Fix a couple of longstanding typos which would have made ajdp2002-09-221-1/+2
* Follow the lead of recent changes in the 3com Linux driver byjdp2002-09-221-46/+3
* Set up the BCM570x chip's DMA Read/Write Control register morejdp2002-09-221-2/+10
* Initialize fwsectors/fwheads to allow the DIOCGFWSECTORS andgrehan2002-09-221-2/+2
* Move the com_scr register address definition over with the other seven.phk2002-09-222-2/+1
* Remove #ifdef'ed Giant mutex wrappers round debugging statements.markm2002-09-212-10/+0
* Cleanup of amdpm(4).nsouch2002-09-211-0/+1
* No functional change. Fix comments and whitespace.markm2002-09-211-4/+3
* Everywhere else, an argument passed to a device containing flagsmarkm2002-09-211-5/+4
* don't include bus_dma.h which doesn't need.simokawa2002-09-211-3/+0
* remove unused code.simokawa2002-09-211-15/+0
* Remove empty #if*/#endif clauses.phk2002-09-213-7/+0
* 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
OpenPOWER on IntegriCloud