summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2005-05-29- sprinkle const.christos
2005-05-29Sprinkle const freely and delete unnecessary casts.christos
2005-05-28regenkent
2005-05-28Add the followings:kent
2005-05-28Fix interrupt out transfers.skrll
2005-05-27Regen.augustss
2005-05-27Add the TM8000 integrated northbridge.augustss
2005-05-25If the driver supports reverse, try that first - even on color displays.martin
2005-05-24ATP865 chips support Ultra133, so correct attach messages as well.tsutsui
2005-05-24add __KERNEL_RCSIDlukem
2005-05-24add __KERNEL_RCSIDlukem
2005-05-23Support touch-panel for PERSONA SH3 machines.kiyohara
2005-05-23Sync 1284 id printing with the devinfo change, but leave it disabled for now.soren
2005-05-23Rename REALWHITE to SNOWWHITE.martin
2005-05-22Add indication for number of fingerprinted files on each device.elad
2005-05-22Define a real white color - since WSCOL_WHITE is ANSI-emulation specificmartin
2005-05-22No 0x in front of %p...christos
2005-05-22fixed a typo in cg6_ras_do_cursor and made using the blitter to draw themacallan
2005-05-20Remove common code for returning supported fingerprints. This is done nowelad
2005-05-20Close a window where (disks) interrupts could be enabled while thebouyer
2005-05-19Some changes in veriexec.elad
2005-05-19BUS_DMASYNC_* routines are from the point of view of the memory controller,briggs
2005-05-18Regen.riz
2005-05-18Add support for the 82801FB (ICH6) 10/100 ethernet appearingriz
2005-05-18Allow the audio device to be opened for read resp. write by separate callsaugustss
2005-05-18as a stop-gap measure to allow boot-from-disk to work on hppa,chs
2005-05-18Handle DCD differently so it's not always asserted. From kern/30268 fromaugustss
2005-05-17Allow multiple opens of the control endpoint. This is unproblematic sinceaugustss
2005-05-17Fix indentation.martin
2005-05-17Yes, it was a cool trick >20 years ago to use "0123456789abcdef"[a] tochristos
2005-05-16Add a ata_queue_idle() function, which freeze a queue and tsleep() until thebouyer
2005-05-16Fix some big-endian issues. stge(4) now works on sparc64 with hardwarebouyer
2005-05-16Make the raw keyboard code #ifdef WSDISPLAY_COMPAT_RAWKBD only.martin
2005-05-16Fix WSDISPLAY_COMPAT_RAWKBD. Also return keyboard types < 4 as SUN insteadmartin
2005-05-16Pad small packets with a static buffer at the end of the S/G list.bouyer
2005-05-16Add another broken seagate device to the quirk list.bouyer
2005-05-16forgot to include rasops_glue.hmacallan
2005-05-16Added:macallan
2005-05-16Added support for virtual consoles, colour and some code to determine themacallan
2005-05-15disable IFCAP_CSUM_IPv4_Tx and comment why.yamt
2005-05-13Fix typo reported by Brad at comstyle com.wiz
2005-05-12Regencube
2005-05-12Two re(4) candidates. From Francois Romieu in private mail.cube
2005-05-12PR/22058: Onno van der Linden: duplicate detection of isa ip.christos
2005-05-12Let ahc_createdmamem() return -1 on error instead of an error code, sinceaugustss
2005-05-12Make the Adaptec 1480 cardbus Slim SCSI card work.augustss
2005-05-11Support for the HX version of the chip.augustss
2005-05-11Add a heuristic to test if an audio CODEC's AC97_REG_POWER register supportsscw
2005-05-11From Wolfgang Stukenbrock in PR kern/30197: wrong type in CFATTACH_DECL.martin
2005-05-11Don't keep the devinfo string on the stack, instead use malloc/free.augustss