summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2001-03-29Add OpenBSD tag to headers missing them.Dale Rahn
2001-03-29bus_space_*_raw_multi_* is supposed to take u_int8_t parameter, notDale Rahn
access size parameter. Also add field to hold bus size for later usage.
2001-03-29Make several global variables referenced as extern, not common.Dale Rahn
Cleans up symbols in object files.
2001-03-29Update to newer version from Nbsd. Add OpenBSD tag.Dale Rahn
2001-03-29syncTheo de Raadt
2001-03-29shrink moreTheo de Raadt
2001-03-29From FreeBSD:Jason Wright
- Call mii_pollstat() after we bring up the link on a 1000baseTX card after autoneg so we make sure to set the link state and duplex mode correctly. - Make sure to set the 'ignore pause frames' bit on the XMAC. - Small linewrap fix. - Add actual URL for XMAC II datasheet in comments.
2001-03-29Microcode for yds(4) driver, freed by Yamaha as follows:Aaron Campbell
"Free distribution, No restriction for their distribution, We do not make any support." -- suzuki-y@post.yamaha.co.jp
2001-03-29Add support for Yamaha DS-XG based audio chips, as found in machines such asAaron Campbell
newer Sony Vaio notebooks; written by Kazuki Sakamoto and Minoura Makoto. This is a slightly updated version of the driver that was previously tested by jcs@rt.fm and niklas@. XXX - lacks MPU MIDI support for now, first we must move the mpu401 driver from sys/dev/isa to sys/dev/ic.
2001-03-29Kludge around a problem where incorrect elf headers can causeArtur Grabowski
us to allocate too much memory in kmem_map and barf. This solution is completly bogus but it is the best I can do right now.
2001-03-29get rid of somming we willMichael Shalayeff
2001-03-29big bangMichael Shalayeff
2001-03-29leaf_entry, better entryMichael Shalayeff
2001-03-29define leaf_entry, better entryMichael Shalayeff
2001-03-29steal alpha cdefs.h for we lack out own anywayMichael Shalayeff
2001-03-29Add MII support to NE2000 PCMCIA driver. Both the Netgear FA410TXC andAaron Campbell
New Media LiveWire Fast Ethernet adapters now work after these changes, although the Netgear card still requires media to be set manually.
2001-03-29regenAaron Campbell
2001-03-29Recognize Netgear FA410TXC Fast Ethernet adapter.Aaron Campbell
2001-03-29Support for the MII on the D-Link DL10019/DL10022 NE2000-compatible EthernetAaron Campbell
chips; from NetBSD, with some required modifications by me.
2001-03-29cpudev_data.h here needed notMichael Shalayeff
2001-03-29here labels we defineMichael Shalayeff
2001-03-29regen we doMichael Shalayeff
2001-03-29the content we define, decide for names and labels includer isMichael Shalayeff
2001-03-29context and stack setup proper, better map/unmapbufMichael Shalayeff
2001-03-29various fixes, new _pmap_enter for pmap new, space policeMichael Shalayeff
2001-03-29.comm in .bssMichael Shalayeff
2001-03-29.comm in .bss, ldo R% of pdc wrapper stackMichael Shalayeff
2001-03-28start of textMichael Shalayeff
2001-03-28syncChris Cappuccio
2001-03-28Triones is now HighPointChris Cappuccio
2001-03-28kcopy must restore the previous pcbonfault, not zero it.Artur Grabowski
From NetBSD.
2001-03-28lavaport 650Theo de Raadt
2001-03-28syncTheo de Raadt
2001-03-28correct labelTheo de Raadt
2001-03-28use diag not .word, better tlabel usageMichael Shalayeff
2001-03-28enable cy* by defaultTheo de Raadt
2001-03-28syncTheo de Raadt
2001-03-28more lavaTheo de Raadt
2001-03-28tdb_inp -> (tdb_inp_in, tdb_inp_out)Angelos D. Keromytis
2001-03-28Allow tdbi's to appear in mbufs throughout the stack; this allowsAngelos D. Keromytis
security properties of the packets to be pushed up to the application (not done yet). Eventually, this will be turned into a packet attributes framework. Make sure tdbi's are free'd/cleared properly whenever drivers (or NFS) does weird things with mbufs.
2001-03-28Move code to set sc_frequency out of #ifdef notyet since we now need it.Todd C. Miller
From deraadt@
2001-03-28identify Cyrix III; from Armin Wolfermann <armin@wolfermann.org>Michael Shalayeff
2001-03-28ldil requires L% always it seemsMichael Shalayeff
2001-03-28sync w/ libcMichael Shalayeff
2001-03-28rely on predefined space attributesMichael Shalayeff
2001-03-28new SIIG 8-port; apriori@world.std.comTheo de Raadt
2001-03-28syncTheo de Raadt
2001-03-28newTheo de Raadt
2001-03-28$OpenBSD$Jason Wright
2001-03-28Add some DIAGNOSTIC checks that panic on some of the common mistakes.Artur Grabowski