summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev
AgeCommit message (Expand)Author
2003-12-15Fixes from PR#23177. Various lint/logic fixes:jmc
2003-11-23Regen from diodevs rev 1.7:tsutsui
2003-11-23Change device ID for 98624A HP-IB from 0x80 to 0x01.tsutsui
2003-11-17TAB/space cleanup.tsutsui
2003-11-08Remove obsolete files by MI com(4) driver support.tsutsui
2003-11-08Move apcireg.h and dcareg.h to stand/common since they are no longer usedtsutsui
2003-11-08Switch DCA and APCI serial devices to use MI com(4) driver.tsutsui
2003-10-26Replace (a bunch of) NULL with '\0'. (we should define NUL?)tsutsui
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-01Move dev/scsireg.h into stand/common since it is no longer used by kernel.tsutsui
2003-08-01Switch hp300 to MI SCSI with MI mb89352 SPC SCSI driver (at last),tsutsui
2003-08-01Add "oddbyte" bus_space(9) access ops for DIO devices which havetsutsui
2003-08-01Modify hp300 bus_space(9) structures/functions to add hooks to overridetsutsui
2003-07-19Rename clockattach() to todr_attach().tsutsui
2003-07-05Some cosmetics on bus_space_tag_t initialization.tsutsui
2003-07-05Initialize bus_space_tag in rtc_softc properly in rtcattch().tsutsui
2003-07-05cosmeticstsutsui
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Adapt to ktrace/lwp changes.thorpej
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-05-25Fix part number in comment.tsutsui
2003-05-25Regen from diodevs rev 1.6:tsutsui
2003-05-25Fix part number of DIO SCSI interfaces.tsutsui
2003-05-24Clean-up the DIO bus. Includes two main changes:gmcgarry
2003-05-04Fix from Steve Peurifoy in PR#18849:gmcgarry
2003-05-03DMA, not dma nor Dma.wiz
2003-05-02Change return type of readdisklabel() to const char *dsl
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
2003-03-06Update for consdev changes.thorpej
2003-02-25Add a new BUF_INIT() macro which initializes b_dep and b_interlock, andthorpej
2003-02-23Cast the result of VM_DEFAULT_ADDRESS to caddr_t, to make this compile again.he
2003-02-20Introduce "top down" memory management for mmap()ed allocations. Thisatatat
2003-02-14Handle 64-bit daddr_t.gmcgarry
2003-02-02Recognize with one i only. From miod@openbsd.wiz
2003-02-02guarantee, not guarentee. Idea from miod@openbsd.wiz
2003-01-28success, not sucess. Noted by mjl.wiz
2003-01-28unknown, not unkown. Noted by mjl.wiz
2003-01-17Merge the nathanw_sa branch.thorpej
2003-01-06interrupt with two rs.wiz
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2002-12-22Make the DMA controller a separate device attached to intio. Intiogmcgarry
2002-11-26si_ -> sel_christos
2002-11-01implement separate read/write disk statistics:mrg
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-20Fix flow control in dcmmint() by checking termios control flags forgmcgarry
2002-10-20- merge if_levar.h into if_le.cgmcgarry
2002-10-20merge the 12 copies of vm_machdep.c on the m68k platforms.chs
2002-10-10replace the somewhat strange poll routine with standard nopoll() (a.k.ajdolecek
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej