summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1998-09-29syncMichael Shalayeff
1998-09-29some exec_debug; hpux compatible kernel call)Michael Shalayeff
1998-09-29there is only one strategy routine: iodcstrategyMichael Shalayeff
1998-09-29more used, less unusedMichael Shalayeff
1998-09-29remove unused externMichael Shalayeff
1998-09-29add twiddle(), so it'll twiddleMichael Shalayeff
1998-09-29update configMichael Shalayeff
include (gzipped) diskless kernel if compiled in LIF volume
1998-09-29'acceppt gzip files for lifMichael Shalayeff
1998-09-29hp700 devices/boards listing; compiled from different sources; incomleteMichael Shalayeff
1998-09-293 real devices:Michael Shalayeff
lpt com (16550a uart) -- requires dev/ic/com.c split (isa, multi) fdc (wd3765) -- requires dev/ic/fdc.c w/ isa-isms removed no fd.c yet, since it needs dma. i'll keep those missing parts for later time, since i've not tried 'em on other archs.
1998-09-29Merge with FreeBSD: if_xlreg.h(1.5) & if_xl.c(1.12)Jason Wright
o workaround for ifmedia_set panic o make sure tx isn't wedged if tx queue is full o increase TX queue from 10 -> 16 descriptors
1998-09-28Remember the status of the aui/tp bit, and reset it and waitJason Wright
appropriately during lehwreset(); idea from pk@NetBSD
1998-09-28Avoid a really stupid APM-related panic.Jason Downs
Someone who knows about this crap should figure out why calling apm_set_powstate() after it's already failed once causes a vm_fault() crash.
1998-09-28don't use bcopy to get the tx_flags value, get it directlyJason Wright
1998-09-28Add Trident 9750Jason Downs
1998-09-28'sm' requires ifmedia attributeJason Wright
1998-09-28'ne' requires ifmedia attributeJason Wright
"there can be only one!" - mickey@ "There can be only 4" - jason@
1998-09-28we & ec depend on ifmedia attributeJason Wright
1998-09-28fxp needs ifmedia attributeJason Wright
1998-09-28Sync w/ NetBSD.Jason Downs
1998-09-28introduce attribute 'ifmedia' which means 'this particularifaceMichael Shalayeff
supports if_edia stuff so include correspondent MI support'. reviewed/additions by jason@, he said "there might be more of 'em", but i'd say, there can be only one!
1998-09-28fix bug in vgafb_copycols() use bus_space_copy_4() instead ofDale S. Rahn
bus_space_copy_1() for efficiency reasons.
1998-09-28support powerpc port (needs ifdef to use powerpc_btop()), is thereDale S. Rahn
a machine independant function that calls this md function??
1998-09-28syncJason Downs
1998-09-28ABP-940UW sycn w/NetBSDJason Downs
1998-09-28syncJason Downs
1998-09-28trident 9750Jason Downs
1998-09-27this driver does not handle 3c9xxTheo de Raadt
1998-09-27syncMarco S Hyman
1998-09-27fix typoMarco S Hyman
1998-09-27Telepath w/ x2 Technology identifier, GWY6290. (dookieman@thepentagon.com)Federico G. Schwindt
1998-09-27yes i don't need 0.9 and 1.0 compat, everMichael Shalayeff
1998-09-27some inlineMichael Shalayeff
1998-09-27#ifdef and if() debugging stuffMichael Shalayeff
1998-09-27update quazimodoMichael Shalayeff
1998-09-27Remove some debugging printfs that were missed in the cleanup.Dale S. Rahn
1998-09-27add wscons support to powerpc port.Dale S. Rahn
This contains several pieces of the port MI: vgafb, on powerpc under openfirmware the vga card comes up in gfx mode. instead of resetting it to text mode, vgafb treats this as a raster display. The mechanism used may not have been the best, it's interface to wscons is as a text display, and it does the character plotting itself. font_8x16.c was stolen from the atari port for use. MD: ppcppi support stolen from alpha pms.c, pckbd.c and the rest of the support files were used nearly directly. powerpc conf.c to support wscon, vga/kbd machdep.c hack to get around a bus_space_set_region,bus_space_copy error. ofw_machdep.c some hack code on the road to supporting wscons as console.
1998-09-27Add adv.Jason Downs
1998-09-27Add adv driver.Jason Downs
1998-09-27AdvanSys PCI SCSI driver, from NetBSD; dante@mclink.it.Jason Downs
1998-09-27AdvanSys SCSI driver from NetBSD, by dante@mclink.it. Based on the LinuxJason Downs
driver.
1998-09-27Only update vfs_refcount when the mount succeeds and MNT_UPDATE not set.Todd C. Miller
1998-09-26added xl support. -mojMats O Jansson
1998-09-26syncTheo de Raadt
1998-09-26compressTheo de Raadt
1998-09-26Add smc91cxx ISA support.Federico G. Schwindt
1998-09-26Add smc91cxx ISA support.Federico G. Schwindt
1998-09-26syncJason Downs
1998-09-26AdvanSys productsJason Downs
1998-09-25remove old compatskstailey