summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2003-04-22- #ifdef DEBUG, #if DEBUG -> #ifdef AHC_DEBUGtsutsui
2003-04-21Remove unused variable.fvdl
2003-04-21Remove trigraph.fvdl
2003-04-21Avoid trigraph in string.fvdl
2003-04-21Reset bus in attach, not at first access.fvdl
2003-04-21Reset channel(s) in ahc_attach, rather than at first access.fvdl
2003-04-21Add NetBSD RCS Id.fvdl
2003-04-21Add another IBM drive that incorrectly reports DT only.fvdl
2003-04-21Add file that I missed when adding the ahd driver.fvdl
2003-04-21Set/report DT a bit more correctly.fvdl
2003-04-21Recognize more devices. From FreeBSD.augustss
2003-04-21Add quirk. From FreeBSD.augustss
2003-04-21Regen.augustss
2003-04-21Add more devices. From FreeBSD and OpenBSD.augustss
2003-04-21Ignore input when the port is not open. This change is functionallygson
2003-04-21ahd, driver for Adaptec 790x U320 controllers. Originally by Justin Gibbsfvdl
2003-04-20One more FreeBSD compat define.fvdl
2003-04-20Add register definitions for the PCI-X capability.fvdl
2003-04-20PR/6362: der Mouse: /dev/speaker octave-tracking goes out of rangechristos
2003-04-20Pick the right channel in the reset ioctl.fvdl
2003-04-20Add a "reset button" type.thorpej
2003-04-20Use sysmon_taskq.thorpej
2003-04-20Generic "task queue" for sysmon back-ends. This provides a threadthorpej
2003-04-20Resurrect change from previous ahc driver version: reset channel (unlessfvdl
2003-04-20Fix ahc_print_registers some more.fvdl
2003-04-20Fix ahc_print_register up.fvdl
2003-04-20Initialize name and dma tag.fvdl
2003-04-20Initialize ahc->name. From Izumi Tsutsui.fvdl
2003-04-20Fix some AHC_DEBUG printf cases, and undef AHC_DEBUG.fvdl
2003-04-20Call ahc_softc_init in attach function.fvdl
2003-04-20Actually define ahc_htole and reverse macros.fvdl
2003-04-20Delay ahc_free until after shutdown hook disestablish.fvdl
2003-04-20Use %lu format and (u_long) cast when printing size_t.bjh21
2003-04-20Correct typo in previous.fvdl
2003-04-20Add FreeBSD compat define for PPR_PCOMfvdl
2003-04-20Regen.fvdl
2003-04-20Sync with FreeBSD rev. 1.10: correct default precompensation value for RevAfvdl
2003-04-20Get rid of AHC_LUN_WILDCARD, making differences with FreeBSD smaller.fvdl
2003-04-19PR/21236: Simon Hitzemann: Fix missing space in error format. While I amchristos
2003-04-19PR/17738: Matthias Drochner, PR/21230: Onno van der Linden: vt100 wsconschristos
2003-04-19NetBSD RCS Ids.fvdl
2003-04-19Adapt to newer backend. Needs testing.fvdl
2003-04-19Fix this to compile with the new driver. Needs testing.fvdl
2003-04-19Newer ahc driver, port from Justin Gibbs' driver in FreeBSD. Ported byfvdl
2003-04-19Newer adaptec 7xxx driver. Written by Justin Gibbs for FreeBSD. Ported tofvdl
2003-04-19Add ahd at pci (to be added later).fvdl
2003-04-19Generated register/sequencer code include files for the ahc and ahdfvdl
2003-04-19Newer aic sequencer assembler. From FreeBSD, written by Justin Gibbs.fvdl
2003-04-19Add NetBSD RCS id.fvdl
2003-04-19Add a PCAP_NODT quirk. I have two older Quantum Atlas drives that workfvdl