summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-04-30enough letoh-foo to get through firmware upload on big endian machinesJason Wright
2002-04-30constify a few structsMichael Shalayeff
2002-04-30charClass is const and kill lotsa spacesMichael Shalayeff
2002-04-30cdev_decl is done in conf.h, do not dupe hereMichael Shalayeff
2002-04-30crc32_tab can be constMichael Shalayeff
2002-04-30media table could be constMichael Shalayeff
2002-04-30unused stuffingMichael Shalayeff
2002-04-30Correctly handle old controllers with a relaxed aux port behaviour.Miod Vallat
2002-04-30uninitialized variable usage was hereMichael Shalayeff
2002-04-30- increase sample size from 1 byte to 4 bytes so that we can detectJason Wright
2002-04-30yup, ahc fits easily again; requested by bradTheo de Raadt
2002-04-30arguement -> argumentTheo de Raadt
2002-04-30Fix an ancient problem in how sparc interrupts are handled.Artur Grabowski
2002-04-30dmesg logs show that many NICs run at prio 7. Bump IPL_NET to 7.Artur Grabowski
2002-04-30- Output chain length must be equal to the byte count of the modulus lengthJason Wright
2002-04-29Enforce the bio <= net <= tty <= imp <= clock spl level ordering by fixingMiod Vallat
2002-04-29regenMichael Shalayeff
2002-04-29a couple more suzies from lava; from Richard Browne <richb@timestone.com.au>Michael Shalayeff
2002-04-29I want option DEBUG to rock my world.Miod Vallat
2002-04-29Better colors from rasops cmap, and enable all rasops features.Dale Rahn
2002-04-29Use netisr_dispatch.Miod Vallat
2002-04-29Sync /dev/mem prototypes with the real interface here too.Miod Vallat
2002-04-29Do not forget to invoke iso_disklabelspoof() to deal correctly with cd-rom.Miod Vallat
2002-04-29Rework memory detection (again) based on code from Henric Jungheim <henric@he...Jason Wright
2002-04-29re-do the way the bus_dma is done for transmit.Nathan Binkert
2002-04-29constrain readdirplus request count; j@pureftpd.org, ok costaTheo de Raadt
2002-04-29Define placeholders for art's splassert() debugging stuff on all arches.Miod Vallat
2002-04-29wierd -> weirdPeter Valchev
2002-04-29Change macppc vgafb from rcons to rasops, a faster color supporting virtualDale Rahn
2002-04-29Delete directories created by cleandir to prevent permission problemsHugh Graham
2002-04-29wierd -> weird in commentPeter Valchev
2002-04-29cleanup, remove devices which macppc is likely to never have, commentDale Rahn
2002-04-29Typos.Miod Vallat
2002-04-29Print out cache sizes on newer G4 processors. Partially from NetBSD.Dale Rahn
2002-04-28Use assym.h for intrhand fields.Artur Grabowski
2002-04-28Add some new PERC 3/Di models.Nathan Binkert
2002-04-28syncNathan Binkert
2002-04-28IEEE 754 floating point completion code, and implementation of thePeter Valchev
2002-04-28New device IDs for the Dell PERC 3/Di (aac)Nathan Binkert
2002-04-28use the correct ifmedia structNathan Binkert
2002-04-28Re-do the way that bus_dma is done for transmit. Loop over the dm_segsNathan Binkert
2002-04-28Machines with the Serverworks CNB20HE chipset also have a CIOB20 i/o bridge.Nathan Binkert
2002-04-28make UBSEC_NO_RNG work correctly (ie. it means no RNG, not no MCR2 operations)Jason Wright
2002-04-28Use the prototypes defined via cdev_decl() macros, instead of rolling ourMiod Vallat
2002-04-28Use netisr_dispatchMiod Vallat
2002-04-28Correctly configure ccd(4).Miod Vallat
2002-04-28A few more tweaks to let non-GENERIC kernels (MVMEfoo) build as well with -Wall.Miod Vallat
2002-04-28Shave a few more bytes off bsd.rdMiod Vallat
2002-04-28Rename all PIL_* constants to IPL_* to match other archs and make themArtur Grabowski
2002-04-28Deal with xd commented out in files.mvme68k - this went unnoticed until youMiod Vallat