index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
i386
/
isa
/
wd_cd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove left over files from wd; Since pc98 still uses some of them those
peter
2000-03-15
1
-1479
/
+0
*
Remove #if NFOO > 0 (it's not required in most cases) and also where it
peter
2000-01-29
1
-6
/
+0
*
Copy i386/isa/atapi-cd.[ch] to a new name so that it doesn't have the
peter
2000-01-24
1
-1
/
+1
*
Revamp the devstat priority system. All disks now have the same priority.
ken
1999-12-08
1
-2
/
+2
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
Use devstat_end_transaction_buf() rather than Use devstat_end_transaction()
phk
1999-09-18
1
-3
/
+1
*
Changes to centralise the default blocksize behaviour.
julian
1999-09-09
1
-3
/
+1
*
Set si_bsize_phys and si_bsize_max in all legacy CD drivers.
phk
1999-09-01
1
-0
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-23
/
+9
*
Simplify cdevsw registration.
phk
1999-05-31
1
-7
/
+2
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-6
/
+20
*
Make the driver work on HP8100 and the newer Philips that does not
sos
1999-05-11
1
-24
/
+3
*
Introduce two functions: physread() and physwrite() and use these directly
phk
1999-05-07
1
-16
/
+2
*
s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.
dt
1999-04-28
1
-2
/
+2
*
Suser() simplification:
phk
1999-04-27
1
-2
/
+2
*
Shoot the LKM support in the old wd/wdc/atapi driver set in the head and
peter
1999-04-13
1
-84
/
+3
*
The DEVFS case was screwed by my last commit here..
sos
1999-03-31
1
-4
/
+4
*
Rewert the atapi CDROM driver's name to wcd.
sos
1999-03-16
1
-36
/
+36
*
Add a prioritization field to the devstat_add_entry() call so that
ken
1999-02-10
1
-3
/
+5
*
Bzero the devstat structure before use.
sos
1999-01-31
1
-1
/
+2
*
Add device stats for the acd device.
sos
1999-01-31
1
-13
/
+43
*
Use suser() to determine super-user-ness, don't examine cr_uid directly.
phk
1999-01-30
1
-3
/
+4
*
Extraneous space.
hoek
1999-01-02
1
-2
/
+2
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-9
/
+1
*
Eliminate compiler warning.
archie
1998-11-21
1
-2
/
+2
*
Use "KB" instead of "Kb" for KiloBytes, consistently with other
luigi
1998-10-30
1
-3
/
+3
*
Make the next_writeable address specific for each drive, there might
sos
1998-10-15
1
-6
/
+5
*
Remove debug output on disk change.
sos
1998-10-08
1
-2
/
+2
*
Add new atapi-cd driver that supports atapi CD-R/RW drives.
sos
1998-09-08
1
-0
/
+1588