summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
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
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-25add missing function from libkern, strncasecmp()Dale S. Rahn
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-24pretty up previous fixArtur Grabowski
1998-09-24syncTheo de Raadt
1998-09-23use the same flags for f_flag as there were used for vn_open, otherwise ↵Artur Grabowski
vn_close will not decrease v_writecount for the vnode causing panics
1998-09-23Work around a bug in the newer revision chip sets.Jason Wright
1998-09-23ne/we/ec driversTheo de Raadt
1998-09-23fix pci_io_find(), some dmesg outputTheo de Raadt
1998-09-23Add PCMCIAVERBOSE option.Federico G. Schwindt
1998-09-22Updated driver from Ustimenko Semen <semen@iclub.nsu.ru>:Jason Wright
o Cleaned up ifmedia support o Improved ring & mbuf handling
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-22Support for ne2k pcmcia. This is the driver without modifications.Federico G. Schwindt
feedback time.
1998-09-22ed replaced by ec/ne/we drivers.Federico G. Schwindt
1998-09-22Add NE[12]00 and DS8390 drivers.Federico G. Schwindt
1998-09-22New DS8390/WD83C690 device driver used by ec, ne and we from NetBSD.Federico G. Schwindt
1998-09-22Add the NE[12]00 core driver from NetBSD.Federico G. Schwindt
1998-09-22Replace the ed driver.Federico G. Schwindt
ec is used for 3c503 cards, we for SMC/WD 80x3 series and ne for ne[12]00. This also adds ne2k pnp support.
1998-09-22New ne2k pci driver.Federico G. Schwindt
1998-09-22Add ne for ne2k pci cards.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-21SMC 83C170 EPIC support from; Semen Ustimenko (semen@iclub.nsu.ru)Jason Wright
This is the chip found on the SMC EtherPower II 10/100 boards.
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.