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
/
snd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bid a fond farewell to these files, they live on various forms in
peter
1999-09-26
11
-8167
/
+0
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+2
*
machine/soundcard.h is now in the standard location - sys/soundcard.h
peter
1999-09-04
1
-1
/
+1
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-43
/
+11
*
Simplify cdevsw registration.
phk
1999-05-31
1
-3
/
+1
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-4
/
+19
*
Add support for ASound Gold card using the ALS120
roger
1999-05-27
2
-11
/
+12
*
Fix dev_t/minor problems
peter
1999-05-12
3
-23
/
+31
*
Quiet a warning, put a #if 0 around some (I believe) unused static structs.
peter
1999-05-09
1
-0
/
+2
*
Use id_ointr for setting the pnp interrupt handler, it uses the oldstyle
peter
1999-05-06
1
-4
/
+4
*
Sigh, serves me right for committing without reading the followups. :-]
peter
1999-05-02
1
-2
/
+2
*
Typo: if (mpu_config = NULL) -> if (mpu_config != NULL)
peter
1999-05-02
1
-1
/
+1
*
Operator precedence bug
peter
1999-05-02
1
-1
/
+1
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-4
/
+1
*
Add Turtle Beach Malibu soundcard (and a sample config) to CARDS as
chuckr
1999-03-25
1
-0
/
+6
*
Removed buggy, `#if 0'ed asm version of translate_bytes() instead of
bde
1999-01-09
1
-18
/
+0
*
Fix YMF719 detection (report by jose@we.lc.ehu.es).
luigi
1999-01-04
1
-4
/
+9
*
Bring in ad1816 patches from German Tischler.
luigi
1999-01-04
5
-8
/
+604
*
unbreak devfs support after wrong cut&paste...
luigi
1999-01-01
1
-17
/
+16
*
Extend the callback mechanism and add hooks to support PCI cards.
luigi
1998-12-31
5
-96
/
+169
*
Update documentation on cards and config
luigi
1998-12-31
1
-23
/
+104
*
Fix breakage by cleanup.
sos
1998-12-27
2
-1
/
+75
*
Rename one of the two devfs_link's to devfs_makelink.
eivind
1998-12-10
1
-7
/
+7
*
Support ESS1868 (and probably ESS688 & ESS1668).
brian
1998-12-10
2
-55
/
+108
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
3
-9
/
+13
*
Add a missing newline
luigi
1998-11-14
1
-1
/
+1
*
Add entry for AOpen AW37
luigi
1998-11-10
1
-0
/
+6
*
* Fix a couple of places in the device pager where an address was
dfr
1998-11-08
1
-1
/
+1
*
Remove an error message from sb interrupt driver -- it
luigi
1998-11-04
1
-8
/
+0
*
spell check
obrien
1998-11-02
2
-6
/
+6
*
Removed all `vector xxxintr' specifications. Interrupt handlers are now
bde
1998-10-22
1
-8
/
+7
*
Fix behaviour of the driver with small files -- due to a stupid
luigi
1998-10-22
1
-2
/
+2
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
2
-0
/
+4
*
Make that annoying "device busy" message dependent on DEBUG (using the
des
1998-10-08
1
-1
/
+1
*
Nit in comment: PnP ID 0x3500630e is a CS4236B, not a CS4236.
des
1998-10-04
1
-1
/
+1
*
Removed duplicate case.
alex
1998-10-03
1
-1
/
+0
*
Update the pcm driver to the most recent version. This should
luigi
1998-10-02
9
-200
/
+588
*
Document that we support the CS4236B.
des
1998-09-30
1
-0
/
+1
*
Add PnP ID for Crystal Semiconductors CS4236B codecs (register-
des
1998-09-30
1
-0
/
+3
*
fix a problem with our definition of SNDCTL_DSP_GETBLKSIZE, to let
luigi
1998-09-08
1
-0
/
+2
*
Fixed bogus spelling `nx*' of some `no*' devswitch functions.
bde
1998-08-20
1
-2
/
+2
*
Changed %n to %r in devfs name format strings. %n has almost gone away.
bde
1998-07-15
1
-7
/
+7
*
Don't cast pointers to longs in asm statements.
bde
1998-07-15
1
-1
/
+1
*
Renambed sbintr to sb_intr to avoid a conflict with the (now
bde
1998-06-17
1
-5
/
+5
*
Don't depend on <sys/conf.h> declaring isa device structs or isa
bde
1998-06-17
1
-1
/
+2
*
Correct even more ioctl breakage :(
sos
1998-06-08
3
-3
/
+3
*
Add support for the Yamaha YMF-719.
steve
1998-05-10
1
-1
/
+4
*
Submitted by: Doug Ambrisko <ambrisko@whistle.com>
julian
1998-04-28
1
-14
/
+34
*
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
des
1998-04-17
1
-1
/
+1
*
there is a minor bug in sb_dsp.c -- the driver
nate
1998-02-21
1
-1
/
+0
[next]