summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1998-07-27make LIF definitions machine-wideMichael Shalayeff
fix bug w/ blank LIF file names (\t crept into "" string), use memset don't prepend names w/ SYS_
1998-07-27machine-wide LIF definitionsMichael Shalayeff
1998-07-26clean up some things left from my debugging activity.Matthieu Herrb
In particular remove the OVERRIDE_ directives specific to my board.
1998-07-24Kill the god damned COMPAT_12. Thanks, guys.Jason Downs
1998-07-24-lcurses, not termcap/termlibTodd C. Miller
1998-07-23do delays based on command type -- this works a lot better, make "mt status"Theo de Raadt
show much more information; ross
1998-07-23add new non-functional ioctl values from netbsdTheo de Raadt
1998-07-23syncTheo de Raadt
1998-07-23undo mass vendor addition which makes floppies too largeTheo de Raadt
1998-07-23brooktree driver, hacked by matthieu. This needs cleaning now that it is in ↵Theo de Raadt
the tree
1998-07-23Support drives > 8.4GBConstantine Sapuntzakis
For LBA-capable drives, return the number of LBA sectors as secperunit, not the number you get from CHS. Note, DOS partition tables are limited to 8.4GB. The interactive disklabel editor will notice that the OpenBSD partition ends at 8.4GB and limit the user to that size unless the user explicitly specifies the bounds. This should probably be changed.
1998-07-23Print LBA-based size as well as CHS size.Constantine Sapuntzakis
Fix some bugs in getting drive parameters into the wdparams array
1998-07-22o Simplify address calculationsJason Wright
o Set desc.tx_addr in meminit not in start
1998-07-22fix tz calculation; bug found by reesTheo de Raadt
1998-07-21johns@ mods to add cua devs to the sparc.Marco S Hyman
I've been using for 6+ months without probs, but have not done much with combined input/output
1998-07-21syncTheo de Raadt
1998-07-21few new ViRGETheo de Raadt
1998-07-21syncMichael Shalayeff
1998-07-21remove err entriesMichael Shalayeff
1998-07-21more, much more vendor names; from www.halcyon.comMichael Shalayeff
1998-07-21check for vendor name dupsMichael Shalayeff
1998-07-21syncMichael Shalayeff
1998-07-21more devs; from netbsdMichael Shalayeff
1998-07-21#ifdef for a weird card and a strange configurationJason Downs
1998-07-20fix audio attachmentsTheo de Raadt
1998-07-20real reboot on exit()Michael Shalayeff
1998-07-20more functionsMichael Shalayeff
1998-07-20new exec frameworkMichael Shalayeff
1998-07-20align end of core to the intMichael Shalayeff
1998-07-20syncMichael Shalayeff
1998-07-20more acer devs; per niels@ new laptop dmesg (;Michael Shalayeff
1998-07-20SEM_R and SEM_A userland accessable as required; michaels@inet.noTheo de Raadt
1998-07-20no need for NMBCLUSTERS; noted by friesTheo de Raadt
1998-07-20typo & warnings make gcc unhappy.Marc Espie
1998-07-19do not force single if rd rootTheo de Raadt
1998-07-19no; linux connect() appears busted in blocking mode tooTheo de Raadt
1998-07-19COMPAT_LINUX has to have working KDENABIO and KDDISABIO as well.Jason Downs
1998-07-19Don't bother trying to use luns on any CyberDrv devices.Jason Downs
1998-07-19syncJason Downs
1998-07-19Add ALI M5243Jason Downs
1998-07-18add ioctl to apm to set message display to one of three states:Marco S Hyman
1) default: print out all messages. I made this the default so there would be no visable change to people who are used to what they have. 2) disable all messages. This mode is set by apmd when it starts up. I think it is reasonable for apmd to disable the driver display because it is collecting the data and syslogging it. Don't need to see it three and 4 times. 3) print percentage changes. For those who have a _noisy_ machine such as me but don't want to see lots and lots of messages I added a mode where the messages will only be displayed if the estimated battery percenge changes.
1998-07-17make isa_intr_establish() once again not panicTheo de Raadt
1998-07-17Moved most of the DMA functions to a chipset driver so thatJason Wright
'hme' and 'be' can share the same logic.
1998-07-17there will be no exec_somMichael Shalayeff
1998-07-17This will never be a default exec typeTheo de Raadt
1998-07-16recognize CS4236B; netbsdTheo de Raadt
1998-07-16MAXSTART had an implicate assumption that MAXTARGETS was 8 when it is really 16Todd C. Miller
1998-07-15move NZERO for XPG3; kleinkTheo de Raadt
1998-07-15Fix the name of the ulinear_be mode; netbsdTheo de Raadt
1998-07-15spellingTheo de Raadt