summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1998-11-23interrupt nowMichael Shalayeff
1998-11-23ok, go in. we'll sync you later w/ asp and lasiMichael Shalayeff
1998-11-23some barebone driver for HWPC010(maybe others too) EISA adapter(s)Michael Shalayeff
1998-11-23merge all PDC stuff in one fileMichael Shalayeff
1998-11-23some GSC bus adapters; WAX is not ready yetMichael Shalayeff
1998-11-21deal with d_secpercyl insanityTheo de Raadt
1998-11-21when mmap'ing check for offset >= size, not just > size and disallow ↵Todd C. Miller
negative offsets; mrg@netbsd.org
1998-11-21return -1 for mmap stub, not 0; mrg@netbsd.orgTodd C. Miller
1998-11-21return -1 for negative mmap offset; mrg@netbsd.orgTodd C. Miller
1998-11-21when mmap'ing check for offset >= size, not just > size and disallow ↵Todd C. Miller
negative offsets; mrg@netbsd.org
1998-11-20careful mmapTheo de Raadt
1998-11-20marc did not test this completelyTheo de Raadt
1998-11-20careful off handling in mmap routinesTheo de Raadt
1998-11-20Add cast, from NetBSD.Jason Downs
1998-11-20make _MCOUNT_DECL non-static so the compiler doesn't bitch andMarco S Hyman
a profiled kernel can be built for the sparc
1998-11-18Add rlphy driverJason Wright
1998-11-17Add adw driver.Jason Downs
1998-11-16Fix attribute handling. FromTobias Weingartner
John Wright <juggler@oaktree.co.uk>
1998-11-16save a bit of space; theo.Jason Wright
1998-11-15use DPRINTF in more places to make things more readable. (don't require ↵Artur Grabowski
DEBUG to be defined if we want to debug apm)
1998-11-15print info about apm when APMDEBUG is definedArtur Grabowski
1998-11-11add driver for rtl8129/8139 cardsJason Wright
1998-11-11more phys (commented out)Jason Wright
1998-11-11add new phys (commented out)Jason Wright
1998-11-11there is no splvm() in this worldMichael Shalayeff
1998-11-11A few more dma in non-dma slot checksJason Wright
1998-11-11Detect cards that require dma that are in non-dma slots and don't allowJason Wright
them to be attach'd.
1998-11-10shorter better BABYTheo de Raadt
1998-11-09some conf for devsMichael Shalayeff
1998-11-09Add ramdisk support for pmax; untested but compilesTodd C. Miller
1998-11-04/ncr/siop/Michael Shalayeff
1998-11-04GSC bus attachmentMichael Shalayeff
1998-11-04call it siop to be consistant w/ the other portsMichael Shalayeff
1998-11-04cleanupMichael Shalayeff
1998-11-04one for GEKKOMichael Shalayeff
1998-11-04some DISKLESSMichael Shalayeff
1998-11-04more busses, devices, filesMichael Shalayeff
1998-11-03Update audio_hw_if.Jason Downs
1998-11-02First step at unifying qe & be drivers:Jason Wright
o qe & be drivers now only access qec globals directly at interrupt time o more initialization done in qec_reset o qe & be drivers handle the qec internal buffer identically o nuked unused variables
1998-10-30remove all those "black magic" inspired routines,Michael Shalayeff
use PDC calls instead, which is more MI. we also don't need pmap_map to be defined any more, unless kernel mapping enforced through FORCE_MAP_KERNEL definition.
1998-10-30some more debugs for nowMichael Shalayeff
1998-10-30use ld.script, cleanupMichael Shalayeff
1998-10-30add ld scriptMichael Shalayeff
1998-10-30support booting from disk in raw LIF modeMichael Shalayeff
1998-10-30thinkoMichael Shalayeff
1998-10-30don't call INIT code since that seemsMichael Shalayeff
to confuse older boxens IODC code.
1998-10-30cleanupMichael Shalayeff
1998-10-30cleanupMichael Shalayeff
1998-10-30cleanupMichael Shalayeff
1998-10-30remove unused definitions, cleanupMichael Shalayeff