Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-29 | Add OpenBSD tag to headers missing them. | Dale Rahn | |
2001-03-29 | bus_space_*_raw_multi_* is supposed to take u_int8_t parameter, not | Dale Rahn | |
access size parameter. Also add field to hold bus size for later usage. | |||
2001-03-29 | Make several global variables referenced as extern, not common. | Dale Rahn | |
Cleans up symbols in object files. | |||
2001-03-29 | Update to newer version from Nbsd. Add OpenBSD tag. | Dale Rahn | |
2001-03-29 | sync | Theo de Raadt | |
2001-03-29 | shrink more | Theo de Raadt | |
2001-03-29 | From 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-29 | Microcode 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-29 | Add support for Yamaha DS-XG based audio chips, as found in machines such as | Aaron 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-29 | Kludge around a problem where incorrect elf headers can cause | Artur 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-29 | get rid of somming we will | Michael Shalayeff | |
2001-03-29 | big bang | Michael Shalayeff | |
2001-03-29 | leaf_entry, better entry | Michael Shalayeff | |
2001-03-29 | define leaf_entry, better entry | Michael Shalayeff | |
2001-03-29 | steal alpha cdefs.h for we lack out own anyway | Michael Shalayeff | |
2001-03-29 | Add MII support to NE2000 PCMCIA driver. Both the Netgear FA410TXC and | Aaron 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-29 | regen | Aaron Campbell | |
2001-03-29 | Recognize Netgear FA410TXC Fast Ethernet adapter. | Aaron Campbell | |
2001-03-29 | Support for the MII on the D-Link DL10019/DL10022 NE2000-compatible Ethernet | Aaron Campbell | |
chips; from NetBSD, with some required modifications by me. | |||
2001-03-29 | cpudev_data.h here needed not | Michael Shalayeff | |
2001-03-29 | here labels we define | Michael Shalayeff | |
2001-03-29 | regen we do | Michael Shalayeff | |
2001-03-29 | the content we define, decide for names and labels includer is | Michael Shalayeff | |
2001-03-29 | context and stack setup proper, better map/unmapbuf | Michael Shalayeff | |
2001-03-29 | various fixes, new _pmap_enter for pmap new, space police | Michael Shalayeff | |
2001-03-29 | .comm in .bss | Michael Shalayeff | |
2001-03-29 | .comm in .bss, ldo R% of pdc wrapper stack | Michael Shalayeff | |
2001-03-28 | start of text | Michael Shalayeff | |
2001-03-28 | sync | Chris Cappuccio | |
2001-03-28 | Triones is now HighPoint | Chris Cappuccio | |
2001-03-28 | kcopy must restore the previous pcbonfault, not zero it. | Artur Grabowski | |
From NetBSD. | |||
2001-03-28 | lavaport 650 | Theo de Raadt | |
2001-03-28 | sync | Theo de Raadt | |
2001-03-28 | correct label | Theo de Raadt | |
2001-03-28 | use diag not .word, better tlabel usage | Michael Shalayeff | |
2001-03-28 | enable cy* by default | Theo de Raadt | |
2001-03-28 | sync | Theo de Raadt | |
2001-03-28 | more lava | Theo de Raadt | |
2001-03-28 | tdb_inp -> (tdb_inp_in, tdb_inp_out) | Angelos D. Keromytis | |
2001-03-28 | Allow tdbi's to appear in mbufs throughout the stack; this allows | Angelos 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-28 | Move code to set sc_frequency out of #ifdef notyet since we now need it. | Todd C. Miller | |
From deraadt@ | |||
2001-03-28 | identify Cyrix III; from Armin Wolfermann <armin@wolfermann.org> | Michael Shalayeff | |
2001-03-28 | ldil requires L% always it seems | Michael Shalayeff | |
2001-03-28 | sync w/ libc | Michael Shalayeff | |
2001-03-28 | rely on predefined space attributes | Michael Shalayeff | |
2001-03-28 | new SIIG 8-port; apriori@world.std.com | Theo de Raadt | |
2001-03-28 | sync | Theo de Raadt | |
2001-03-28 | new | Theo de Raadt | |
2001-03-28 | $OpenBSD$ | Jason Wright | |
2001-03-28 | Add some DIAGNOSTIC checks that panic on some of the common mistakes. | Artur Grabowski | |