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
/
dev
/
speaker
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not define bool/true/false if the symbols already exist.
mdf
2011-12-12
1
-0
/
+2
*
Change the type of uio_resid member of struct uio from int to ssize_t.
kib
2009-06-25
1
-1
/
+1
*
Remove unneeded checks of device unit number from speaker(4).
ed
2009-01-25
1
-18
/
+9
*
Replace all calls to minor() with dev2unit().
ed
2008-09-27
1
-4
/
+4
*
Move speaker a lot closer to style(9)
phk
2008-05-15
1
-343
/
+317
*
Make speaker a pseudo device driver instead of attaching to a PnP id.
phk
2008-03-26
1
-90
/
+19
*
The "free-lance" timer in the i8254 is only used for the speaker
phk
2008-03-26
1
-4
/
+1
*
Rename timer0_max_count to i8254_max_count.
phk
2008-03-26
1
-1
/
+1
*
Now that tone & delay times are correct (independent of hz), adjust
brian
2007-06-04
1
-2
/
+2
*
Speaker durations are specified in 1/100ths of a second according to
brian
2007-06-04
1
-15
/
+19
*
Add /dev/speaker support to amd64.
ru
2005-11-11
2
-4
/
+4
*
- Move timerreg.h to <arch>/include and split i8253 specific defines into
nyan
2005-05-14
1
-35
/
+7
*
Change a directory layout for pc98.
nyan
2005-05-10
1
-1
/
+1
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-5
/
+5
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
Use __FBSDID().
obrien
2003-06-02
1
-2
/
+3
*
Retire sys/pc98/pc98/spkr.c
mdodd
2003-03-24
1
-2
/
+4
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+6
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
1
-4
/
+4
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
- Add inline functions for {ll,l,}abs() to libkern.
mdodd
2003-01-15
1
-11
/
+0
*
Merge PC98 changes.
mdodd
2002-11-02
1
-30
/
+60
*
Handle hints for the atspeaker device.
mdodd
2002-10-28
1
-1
/
+25
*
Very minor whitespace/style nit.
markm
2002-10-23
1
-2
/
+1
*
Be consistent about funtions being static.
phk
2002-10-16
1
-4
/
+4
*
Remove __P.
alfred
2002-03-20
1
-6
/
+6
*
Add missing destroy_dev().
wes
2002-01-23
1
-10
/
+13
*
KSE Milestone 2
julian
2001-09-12
1
-6
/
+6
*
Add ACPI attachments.
msmith
2001-08-30
1
-0
/
+1
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Staticize some malloc M_ instances.
phk
2000-12-08
1
-1
/
+1
*
Add PnP probe methods to some common AT hardware drivers. In each case,
msmith
2000-06-23
1
-0
/
+44
*
Don't use struct buf for random small temporary buffers.
phk
2000-05-05
1
-5
/
+7
*
Remove #if NFOO > 0 (it's not required in most cases) and also where it
peter
2000-01-29
1
-5
/
+0
*
Move isfoo() and friends to the newly created sys/ctype.h.
phk
1999-11-03
1
-0
/
+1
*
Consolidate some of the various ctype(3) macros in one location.
archie
1999-11-02
1
-2
/
+0
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
2
-2
/
+2
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-13
/
+2
*
Use devtoname() to print dev_t's instead of casting them to long or u_long
bde
1999-08-23
1
-3
/
+3
*
Welcome devtoname(), to most likely be used when printing information
billf
1999-08-17
1
-5
/
+5
*
Simplify cdevsw registration.
phk
1999-05-31
1
-14
/
+4
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-5
/
+22
*
Fixed printf format errors. Only one left in LINT on i386's.
bde
1998-08-24
1
-3
/
+4
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-2
/
+2
*
Don't depend on "implicit int" or bloat the data section in the
bde
1998-02-20
1
-2
/
+2
*
Staticize.
eivind
1998-02-09
1
-2
/
+2
[next]