summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
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-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-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-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-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-26added xl support. -mojMats O Jansson
1998-09-25remove old compatskstailey
1998-09-25o xfs is in the house (thanks art, for getting me started)Todd T. Fries
o all but vax are major 51
1998-09-25from Martin Fredriksson <martin@gbg.netman.se>:Michael Shalayeff
clean NT bit in eflags after switching back into prot mode. solves bug in 2940UW and HP recent motherboards bios combination. some more flags should be set/clean at that point. leave that for later investigation. light optimize.
1998-09-24o If using the serial phy interface and an bad phy addr is requested, makeJason Wright
sure to return all zeros. o updated acknowlegements
1998-09-24toast wds1Theo de Raadt
1998-09-24toast wds1Theo de Raadt
1998-09-23ne/we/ec driversTheo de Raadt
1998-09-23Add PCMCIAVERBOSE option.Federico G. Schwindt
1998-09-22Add mii layer for alpha (needed by new fxp)Jason Wright
1998-09-22media supportTheo de Raadt
1998-09-22some nice namingTheo de Raadt
1998-09-22add NE2000 card at 0x300 irq 10Theo de Raadt
1998-09-22Uncomment ne2k pcmcia entries.Federico G. Schwindt
1998-09-22ed replaced by ec/ne/we drivers.Federico G. Schwindt
1998-09-21remove slip, add bpf. also remove nfsclient and fddi, so that alpha ramdisk ↵Theo de Raadt
floppy fits
1998-09-21no slip, add bpfTheo de Raadt
1998-09-21add tx driverTheo de Raadt
1998-09-21change default console to serial ports. should work with VI computersDale S. Rahn
too, execept console will be com3 :-)
1998-09-20Change openfirmware to not try to configure a device on sd or wdDale S. Rahn
disks if those drivers are in the kernel. This allows the use of ofdisk0 for floppy support. (until fd.c is supported).
1998-09-20Changes to probe for address, and frequency for serial console.Dale S. Rahn
This should enable the same kernel to work on VI machines as well as MCG machines. Only remaining piece is the rtc. For now an extra config file has been added to use serial for MCG machines until all issues are resolved. The various extra config files and ramdisks should go away as soon as merger is finished.
1998-09-19lebuffer based le's use UTPJason Wright
1998-09-18lebuffer cards are UTPTheo de Raadt
1998-09-17Use -mcpu=supersparc instead of deprecated -mv8; Hans-Guenter Weigand ↵Jason Wright
<hgweigand@wiesbaden.netsurf.de>. note: -mno-fpu is still in there as it isn't hurting anything and is safer
1998-09-17add "option APM_NOPRINT" for this kernelMarco S Hyman
1998-09-17add NO_APMPRINT conditionalMarco S Hyman
1998-09-17sm* pcmcia supportTheo de Raadt
1998-09-17Put this back for now, appearently the VI boards use COM4 for console.Dale S. Rahn
they only have COM3 and COM4, MCG boards have COM1 and COM2 addresses (only). This will need to be turned into a variable that is probed and then passed to the console (com) driver.
1998-09-17o missed ifmedia updateJason Wright
o make sure the led blinker doesn't have any extra bits
1998-09-16Attempt to make clear the dependence of hme->phys and phys->hmeJason Wright
1998-09-16o if_media'fied am7990Jason Wright
o if_media'fied sun4m le.
1998-09-16missed flags from mii layer mergeJason Wright
1998-09-16Add entries for the following devices in the cdev switch ksyms, uk, and ss.Dale S. Rahn
1998-09-16fix commentsMichael Shalayeff
1998-09-15multicast support + a little KNFJason Wright
1998-09-15bpf added, ppp goes away for nowTheo de Raadt