summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1999-07-20Add wdc pcmcia controller. This needs the new ATA code.Federico G. Schwindt
1999-07-20midi at ym/mpuTheo de Raadt
1999-07-20permit midi on mpu & ymTheo de Raadt
1999-07-20Don't pull in cd_scsi/cd_atapi stuff unless cd device is usedConstantine Sapuntzakis
1999-07-20first cut at isapnp and ym mpuTheo de Raadt
1999-07-20syncTheo de Raadt
1999-07-20shorterTheo de Raadt
1999-07-20export cr28 for DEBUGging purposesMichael Shalayeff
1999-07-20correct os_mask handling for OLF; pefoTheo de Raadt
1999-07-20accomodations for backward growing stack architectures; art@ kMichael Shalayeff
1999-07-20don't cache pagetables on microsparc 1 either. From NetBSDArtur Grabowski
1999-07-20Be more generous with timeout on cd_play_msfConstantine Sapuntzakis
1999-07-20Fix SIS 5597 define.Federico G. Schwindt
1999-07-20add support for "floating accent" and compose. -mojMats O Jansson
1999-07-20Make acd redundant.Constantine Sapuntzakis
Mostly based on NetBSD-current
1999-07-20syncTheo de Raadt
1999-07-20simplifyTheo de Raadt
1999-07-20126 -> NBT_BADConstantine Sapuntzakis
Fix disklabel/bad sectors stuff in wd
1999-07-19some more commentsMichael Shalayeff
1999-07-19syncTheo de Raadt
1999-07-19rearrangeTheo de Raadt
1999-07-19syncTheo de Raadt
1999-07-19label mpu devices, and another modemTheo de Raadt
1999-07-19further fixes for strange wss isapnp cards; apollo@slcnet.netTheo de Raadt
1999-07-19Lower chatinessConstantine Sapuntzakis
1999-07-18Added acd dummy device so the new ATA stuff compiles & linksConstantine Sapuntzakis
1999-07-18Added SDEV_NOSENSE for ATAPI devices without request sense.Constantine Sapuntzakis
1999-07-18NATAPIBUS -> NATAPISCSIConstantine Sapuntzakis
1999-07-18We need an "atapiscsi.h" for dev/ic/wdc.cConstantine Sapuntzakis
1999-07-18Get rid of useless #include's of wdc.hConstantine Sapuntzakis
1999-07-18Prevent host on one interface from overwriting ARP route entry for aHakan Olsson
host on a different interface. Also add interface name to other overwrite diagnostic messages.
1999-07-18Import of NetBSD ATA/IDE stuff.Constantine Sapuntzakis
Introduction of home-grown To enable this stuff in your configuration, look at the NEWATA conf file and go through dev/isa/files.isa dev/pci/files.pci conf/files arch/i386/conf/files.i386 and follow the instructions on commenting/uncommenting stuff
1999-07-18Updated some IDE definition to match NetBSD counterparts. This willConstantine Sapuntzakis
help in porting over the PCI IDE stuff.
1999-07-18Updated some IDE definition to match NetBSD counterparts. This willConstantine Sapuntzakis
help in porting over the PCI IDE stuff.
1999-07-18regenMichael Shalayeff
1999-07-18better cpu idsMichael Shalayeff
1999-07-18print layout as %x, to match kbd(8)Theo de Raadt
1999-07-18pmap_activate() and pmap_deactivate() are MDTheo de Raadt
1999-07-18Add code to support none us keyboards in kernel. -mojMats O Jansson
1999-07-18rf support; m4@umn.eduTheo de Raadt
1999-07-18on exec, clear P_NOCLDWAIT; ambrisko@whistle.comTheo de Raadt
1999-07-18fix pmap_activate() and pmap_deactivate() arguments after art changed thingsTheo de Raadt
1999-07-18use proper CTheo de Raadt
1999-07-18fix pmap_activate() and pmap_deactivate() arguments after art changed thingsTheo de Raadt
1999-07-18fix {set,rem}runqueue wrt sizeof(p_stat) and some logic,Michael Shalayeff
fix %r1 restoration in several traps, also better kernel stack handling, and other fixes and typos. all inspired by the recent hot weather and humid nyc climate in general.
1999-07-18Forgot this one on the last commitConstantine Sapuntzakis
1999-07-18Added pci_mapreg* interface from NetBSD.Constantine Sapuntzakis
Added PCI 2.2 stuff from NetBSD Modified if_de to use mapreg interface
1999-07-18ugly CTheo de Raadt
1999-07-18SIS_85C503 misidenties itself; g.mcgarry@qut.edu.auTheo de Raadt
1999-07-18TIOCM{GET,SET,BIS,BIC}, and TCXONC supportTheo de Raadt