summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-05-03ptrdiff_t and size_t fixes.Marc Espie
2002-05-03no guarantee that ptrdiff_t is int and not long, so cast.Marc Espie
2002-05-0382801CA/CAM works like previous models.Marc Espie
2002-05-03LBA48 support.Grigoriy Orlov
2002-05-03le_ioasic.h is historyTodd C. Miller
2002-05-03Need a dummy tc_fb_cnattach() until we have real fb support onTodd C. Miller
2002-05-02Oops, it's too early for this chunk of code... spotted by millert@.Miod Vallat
2002-05-02Add a type specifier for intrnames, eintrnames, intrcnt, and eintrcnt.Todd C. Miller
2002-05-02Big TURBOchannel support catchup from NetBSD, part 1.Miod Vallat
2002-05-02prefix structure members to avoid name clashes.Nathan Binkert
2002-05-02use the gallant 12x22 font by default on screens that are moreMatthieu Herrb
2002-05-02the exponent parameter is:Jason Wright
2002-05-02More of previous (don't refer to parameters by index directly)Jason Wright
2002-05-02Don't refer to the parameters directly by number, use macro's so it can beJason Wright
2002-05-02update the nbsd rcsid to unconfuse some lamersMichael Shalayeff
2002-05-02syncJason Wright
2002-05-02new vendor: AtherosJason Wright
2002-05-02In UKC, when adding a fixed unit device (foo0) by cloning a star deviceMiod Vallat
2002-05-02Cause the exec to fail if we are unable to allocate resources when dup'ingTodd C. Miller
2002-05-01- make sure 'me' is initializedJason Wright
2002-05-01make fw images const and fix ti for unneeded type casts; jason@ testing ans okMichael Shalayeff
2002-05-01Sync EA with FreeBSD, mostly addition of new ENOATTR errno.Dale Rahn
2002-05-01Change WI_PORTTYPE_IBSS to 4. This change got lost in the big ibssTodd C. Miller
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