index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
hp300
/
dev
/
hd.c
Age
Commit message (
Expand
)
Author
2005-11-18
Protect biodone() with splbio().
Miod Vallat
2005-11-18
Define the CS/80 identify structure only once and correctly, instead of
Miod Vallat
2005-11-16
Overhaul the way HP-IB devices are probed. We will now do an exhaustive
Miod Vallat
2005-11-15
Only two `h' in threshold.
Miod Vallat
2005-11-15
More typos (especially indicies -> indices), checked with jmc@
Miod Vallat
2005-11-14
Make HDWAITC and HDRETRY overridable in the kernel configuration file;
Miod Vallat
2005-11-14
constuct -> construct
Miod Vallat
2005-11-14
hz is defined in <sys/kernel.h>
Miod Vallat
2005-11-13
Better error message layout.
Miod Vallat
2005-11-12
Constify, and simplify hdgetinfo() which only gets called for known disks.
Miod Vallat
2005-11-12
Print HP-IB disk geometry the same way we print SCSI disk geometries
Miod Vallat
2005-09-06
anomoly -> anomaly
Miod Vallat
2005-01-15
Kill whitespace at EOL.
Miod Vallat
2004-02-15
sneaky disk_unbusy()'s tried to hide
Ted Unangst
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-04-06
Some easy strcpy elimination.
Kenneth R Westerback
2003-04-06
The disklabel fields d_packname and d_typename are not null terminated strings
Kenneth R Westerback
2002-12-25
Turn xxUNIT, xxPARt, xxLABELDEV macro names into uppercase.
Miod Vallat
2002-12-10
interupt->interrupt
Miod Vallat
2002-06-09
convert sleep() calls to tsleep().
Miod Vallat
2002-06-09
fix the use of "cuz" in the tree; these are all in comments
Jason Peel
2002-05-30
protect biodone with splbio.
Artur Grabowski
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-09-20
occured->occurred
Mike Pechkin
2001-08-26
Nuke annoying defopt, by popular demand. Plus you get two typos fixed
Miod Vallat
2001-05-01
convert to new timeouts
Todd C. Miller
1998-10-04
Add DIOCGPDINFO support
Todd C. Miller
1998-10-03
Add a "spoofonly" argument to readdisklabel() which will be used to
Todd C. Miller
1998-05-07
don't clear *_WLABEL on close so 'disklabel -W' is persistent like in the gen...
Todd C. Miller
1998-04-25
set d_bbsize and d_sbsize in spoofed label to values correct for ffs
Todd C. Miller
1998-03-27
fictious disklabels for hpib disks we have in the table.
Todd C. Miller
1997-07-13
sync to NETBSD_CURRENT_970711.
Jason Downs
1997-07-06
Sync with changes from NetBSD, up to 970705.
Jason Downs
1997-04-16
Merge portions of NetBSD up to 970415.
Jason Downs
1997-02-10
Kill COMPAT_NOLABEL. It is not appropiate in the modern world.
Jason Downs
1997-02-07
Changed hdintr() to hdinterupt() so it won't interfere
dima
1997-02-03
rd -> hd
Jason Downs