Commit Graph

171775 Commits

Author SHA1 Message Date
joerg
6bf2b4fab1 device/softc split 2008-07-09 20:40:16 +00:00
joerg
083ae1f6af device/softc split 2008-07-09 20:23:50 +00:00
joerg
bcdf6fccac - device/softc split 2008-07-09 20:07:19 +00:00
joerg
52c17c8946 - device/softc split for ath(4) 2008-07-09 19:47:23 +00:00
joerg
2f3ebaa053 - device/softc split 2008-07-09 19:08:44 +00:00
joerg
0d1213e55a - device/softc split 2008-07-09 18:18:56 +00:00
reinoud
e367a2e837 Force allocation extent descriptor CRC length to 8 for UDF versions prior
to version 2.01.
2008-07-09 18:10:57 +00:00
joerg
53485c0add Fix device/softc split. 2008-07-09 18:02:46 +00:00
joerg
ec7aeae0ff - device/softc split 2008-07-09 17:51:21 +00:00
joerg
85f9c6ce1a - device/softc split for fxp(4) 2008-07-09 17:07:28 +00:00
joerg
3d7462a945 Use device_private to access cardbus_softc. 2008-07-09 16:27:12 +00:00
joerg
34110c5c6d - device/softc split 2008-07-09 16:14:57 +00:00
joerg
7a5458e4c2 Constify device table. 2008-07-09 16:06:02 +00:00
joerg
eb081e3dab - device/softc split 2008-07-09 15:42:37 +00:00
joerg
95bdabfada - device/softc split 2008-07-09 15:04:21 +00:00
joerg
18f2c24945 - device/softc split 2008-07-09 14:46:15 +00:00
joerg
b5d2f044e1 - device/softc split
- reduce namespace pollution
2008-07-09 14:39:44 +00:00
joerg
85d049a760 - device/softc split
- make sfbplus at least compilable
2008-07-09 13:19:33 +00:00
joerg
02aa18819c - device/softc split
- remove redundant ;
2008-07-09 13:18:41 +00:00
joerg
c2fb38c80f - device/softc split
- use aprint in attach
2008-07-09 13:15:40 +00:00
joerg
33e290f558 - use aprint in attach
- split device/softc
- move softc definition into source to make explicit that it is local
- reduce namespace pollution
2008-07-09 13:12:54 +00:00
hubertf
0828e34604 Remove superfluous "s on .It, really this time 2008-07-09 13:02:04 +00:00
hubertf
6646611ecc backout previous 2008-07-09 13:00:55 +00:00
hubertf
e7c69284a9 remove superfluous "s on .It 2008-07-09 12:53:06 +00:00
tteras
7f51b6fe42 From Chong Peng:
fix a file descriptor and memory leak on configuration file reread
2008-07-09 12:16:50 +00:00
yamt
e4fb48bcaf pool_do_put: fix a pool corruption bug discovered by
the recent exec_pool changes.
2008-07-09 02:43:53 +00:00
christos
7f6e74c46e Fix to bug reported and tested by Alexander Shishkin. struct ptimer has
a union that contains either a callout [for CLOCK_REALTIME] or a flag
and a list [for other clock types]. Make sure we perform the right actions
on the right union member depending on the clock type. Otherwise this would
result in crashes.
2008-07-08 20:53:02 +00:00
kiyohara
71d621af19 Initialize the member sc_callout before call callout_reset(). 2008-07-08 17:32:56 +00:00
hannken
ca4c4b49e1 Stop reusing a buffer obtained with getiobuf(). 2008-07-08 14:57:03 +00:00
sborrill
e19a05dba0 Fix multicast (multicast hash table were calculated incorrectly). 2008-07-08 12:39:27 +00:00
gmcgarry
bdd7de96c7 Constify most umidi-quirk data. Addresses PR#39017. 2008-07-08 11:34:43 +00:00
jmmv
4b6f682838 Fix build of the i915drm and radeondrm modules after the #include changes
from <dev/drm/drm{,P}.h> to "drm{,P}.h" by mrg@.
2008-07-08 10:11:02 +00:00
uebayasi
83bda9894d Regen. 2008-07-08 08:55:22 +00:00
uebayasi
42185747e6 WILLCOM Advanced W-ZERO3[es] device IDs. From Ryo Shimizu. 2008-07-08 08:47:32 +00:00
uebayasi
36662bbc30 Add a device ID seen in Kojinsha notebook. From Ryo Shimizu. 2008-07-08 08:44:55 +00:00
simonb
9e826282a4 Fix funny whitespace in a variable assignment. 2008-07-08 08:14:37 +00:00
simonb
12e5d916fb No need to print "0x0x" before a hex number, one "0x" should be enough. 2008-07-08 07:53:08 +00:00
mrg
fcfa8efe26 remove some more local changes of the form "foo.h" -> <dev/*/foo.h>
by using makeoptions in files.drm/files.pcidrm.  this reduces the
diffs against other drm code by about 40kb.
2008-07-08 06:50:22 +00:00
gmcgarry
99f83f7619 Nuke __strong_alias() to avoid definition loop. 2008-07-08 00:23:28 +00:00
bjs
0f48dccbcd Add myself to the list of developers. Somehow, I never got around to doing
this.
2008-07-07 23:57:25 +00:00
reinoud
4d5c88faa5 Support for allocation extents descriptor writing to allow for arbitrary
heavily fragmented files.

Also fixing some (rare) allocation bugs and function name streamlining.

Tested on harddisc, CD-RW and CD-R i.e. all three basic backend classes.
2008-07-07 18:45:26 +00:00
kiyohara
a25c030645 Remove SEM{MNI,MNS,UME,MNU} and SHMMAXPGS.
Add TMPFS and agr.
Enable some pseudo devices.
2008-07-07 18:30:41 +00:00
cube
7490b3179c It actually makes no sense to warn on a behaviour that was allowed in
previous versions, when we know we're working on an old file.  That way,
a -current config(1) works on a 4.0 source tree (or older) without
warning.  Pointed out by Christos Zoulas.

XXX We should set up way to note compatibility code we can get rid of
XXX the day we choose to bump CONFIG_MINVERSION.
2008-07-07 16:10:27 +00:00
haad
cc48b90bda Add haad-dm branch. 2008-07-07 14:53:37 +00:00
pooka
fc6faa2baf Force vrele_thread to run in vflush() only if there is vrele_pending.
Makes unmounting a file system in a forcibly singlethreaded rump
invocation work.
2008-07-07 14:15:41 +00:00
gmcgarry
5aa0bc7608 Selector registers are 16-bit and binutils 2.18 insists that only 16-bit
accesses are permitted on them.  Therefore, change movl to movw.  No change to
machine code generated.
2008-07-07 13:01:16 +00:00
skrll
d5a5ca5266 G/C HP700_SOFTINTR_* 2008-07-07 12:29:30 +00:00
yamt
03bb7555b4 fix pool corruption bugs in subr_pool.c 1.162. 2008-07-07 12:27:19 +00:00
skrll
a5b2972af9 Update a comment. 2008-07-07 12:18:45 +00:00
apb
d9a401e5bc Verify that MAKEFLAGS contains "-j" before trying to manipulate it
with :C///.
2008-07-07 10:57:03 +00:00