Gabor Kovesdan
abc2df4ae4
- Add Ukranian catalog
...
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> (via private mail)
2009-03-20 23:55:01 +00:00
Ivan Voras
9a07b54848
Separate the GEOM_PART entry into paragraphs with differences from old
...
slicers. Add more notes.
Reviewed by: marcel (implicit)
Approved by: gnn (mentor) (implicit)
2009-03-20 23:13:32 +00:00
Andrew Thompson
8755859a43
Fix compile with USB_HAVE_BUSDMA/USB_HAVE_UGEN/USB_HAVE_STRINGS.
...
Submitted by: Hans Petter Selasky
2009-03-20 23:12:14 +00:00
Andrew Thompson
d891ddcaea
Add umass quirk.
...
PR: usb/132799
Reported by: Yoshihiro Ota
Submitted by: Hans Petter Selasky
2009-03-20 22:17:27 +00:00
Andrew Thompson
01cf783140
MFp4 //depot/projects/usb @159423, 159497
...
- Return a Zero Length packet on read errors.
- Allow for smaller buffer size.
Submitted by: Hans Petter Selasky
2009-03-20 22:15:22 +00:00
Andrew Thompson
80536a485c
MFp4 //depot/projects/usb@159446
...
Remove unused and depreciated function: usb2_get_devid().
Submitted by: Hans Petter Selasky
2009-03-20 22:12:15 +00:00
Andrew Thompson
090f65a6f6
MFp4 //depot/projects/usb@159517
...
Fix warnings with the IAR compiler.
Submitted by: Hans Petter Selasky
2009-03-20 22:10:36 +00:00
Andrew Thompson
bafdb74c0b
MFp4 //depot/projects/usb
...
Sync usb_core.h after header changes.
Submitted by: Hans Petter Selasky
2009-03-20 22:04:33 +00:00
Andrew Thompson
e1ccac965c
MFp4 //depot/projects/usb @159479,159502,159516,159522,159529
...
Workaround for buggy USB hardware not handling new SETUP packet before STATUS
stage is complete, this allows xfers to endpoint0 to return a short frame.
Submitted by: Hans Petter Selasky
Reported by: me
2009-03-20 22:01:45 +00:00
Andrew Thompson
0f7d454847
MFp4 //depot/projects/usb @159479,159502,159516,159522,159529
...
Workaround for buggy USB hardware not handling new SETUP packet before STATUS
stage is complete, this allows xfers to endpoint0 to return a short frame.
Submitted by: Hans Petter Selasky
Reported by: me
2009-03-20 21:57:54 +00:00
Ivan Voras
781d043cc7
Note that GEOM_PART is on by default in 8-CURRENT and how it's different
...
from older slices.
OKed by: marcel
Approved by: gnn (mentor)
2009-03-20 21:51:27 +00:00
Andrew Thompson
578d0eff90
MFp4 //depot/projects/usb @159431,159437,159438
...
- start using the new USB typedefs in the USB core
- Remove usage of USB_ADD_BYTES()
Submitted by: Hans Petter Selasky
2009-03-20 21:50:54 +00:00
Andrew Thompson
bdc081c60f
MFp4 //depot/projects/usb@159392
...
Add ifdefs for making parts of usb conditional.
Submitted by: Hans Petter Selasky
2009-03-20 21:48:11 +00:00
John Baldwin
2a3f3a09c6
Expand the per-node access cache to cache permissions for multiple users.
...
The number of entries in the cache defaults to 8 but is easily changed in
nfsclient/nfs.h. When the cache is filled, the oldest cache entry is
evicted when space is needed.
I mirrored the changes to the NFSv[23] client in the NFSv4 client to fix
compile breakage. However, the NFSv4 client doesn't actually use the
access cache currently.
Submitted by: rmacklem
2009-03-20 21:12:38 +00:00
Andrew Thompson
ab42e8b2df
MFp4 //depot/projects/usb @159430
...
- Move tunable defines into usb_core.h and dependancy towards usb_defs.h
- Leave hardcoded defines in "usb_defs.h".
- Allow overriding all tunable defines.
- Add more customisable typedefs.
- Correct maximum device number.
Submitted by: Hans Petter Selasky
2009-03-20 19:04:31 +00:00
Andrew Thompson
c629193176
MFp4 //depot/projects/usb @159379,159380
...
Fixes for 8-bit and 16-bit compilation.
Submitted by: Hans Petter Selasky
2009-03-20 18:59:53 +00:00
Andrew Thompson
296ade6016
MFp4 //depot/projects/usb @159375,159376,159377
...
Further remove dependancy towards Giant.
Submitted by: Hans Petter Selasky
2009-03-20 18:56:27 +00:00
Robert Noland
8302ce4487
Replace anholt with myself as drm maintainer.
...
Noticed by: miwi
MFC after: 3 days
2009-03-20 18:51:13 +00:00
Robert Noland
a80ca4341a
vm_offset_t is unsigned, so compare of >= 0 is not needed.
...
Found with: Coverity Prevent(tm)
CID: 2259
MFC after: 3 days
2009-03-20 18:35:16 +00:00
Robert Noland
45d0290a5d
vm_offset_t is unsigned and therefore can not be negative.
...
Avoid unnessecary compares.
Found with: Coverity Prevent(tm)
CID: 2362,4215,4214,4209,4208,2363,4211,4210,4213,4212
MFC after: 3 days
2009-03-20 18:30:20 +00:00
Xin LI
1a604cfa07
Add two missing include files and prototype for sockfamilyname()
...
which is generated by mksubr.
2009-03-20 18:29:52 +00:00
Robert Noland
0bbcd5ca68
Remove the DRM_ERROR to fix build. It didn't make any sense anyway.
...
MFC after: 3 days
2009-03-20 18:01:32 +00:00
Robert Noland
c8264c8ee2
Fix what appears to be a typo, and restore the registers correctly.
...
Found with: Coverity Prevent(tm)
CID: 2454
2009-03-20 17:51:26 +00:00
Robert Noland
363fec5d16
Don't deref dev->dev_private before checking that it exists.
...
Found with: Coverity Prevent(tm)
CID: 2940
MFC after: 3 days
2009-03-20 17:48:36 +00:00
Tim Kientzle
f05da0e980
Act like ranlib if our name ends in ranlib. In particular,
...
this works with some recent cross-building changes by Warner
that install ranlib as, e.g., "arm-freebsd7.1-ranlib".
Submitted by: John Hein
2009-03-20 17:11:45 +00:00
Marius Strobl
8db04c5c8f
Revert r190105 so that removing options KDB but DDB or GDB being
...
available will cause the kernel to not respect -d and boot_kdb=1
for consistency with the other platforms as pointed out by marcel@.
2009-03-20 17:10:50 +00:00
Ed Schouten
d50321fd3a
Small cleanup to previous commit.
...
Just use % 8, instead of & 0x7. This makes it easier to understand.
2009-03-20 14:32:51 +00:00
Ed Schouten
3e1720f5e0
Just use default behaviour on tabstops when using too many columns.
...
It seems I didn't fix this issue before committing teken to the tree. My
initial idea was to somehow add an error mechanism to instruct the video
driver author to increase T_NUMCOL when using very big terminals. It
turns out we have platforms where we have gigantic consoles on systems
like the Apple PowerMac G5, which means we crash there right now.
Just ignore tabstops placed beyond column 160. Just force tabs to be
placed on each 8 columns.
Reported by: nwhitehorn
2009-03-20 14:31:08 +00:00
Jamie Gritton
bc3977f122
Call the interface's if_ioctl from ifioctl(), if the protocol didn't
...
handle the ioctl. There are other paths that already call it, but this
allows for a non-interface socket (like AF_LOCAL which ifconfig now
uses) to use a broader class of interface ioctls.
Approved by: bz (mentor), rwatson
2009-03-20 13:41:23 +00:00
Bruce M Simpson
545dff6fd1
Fix brainos introduced during mechanical KTR change.
...
Pointy hat to: bms
2009-03-20 13:13:50 +00:00
Yoshihiro Takahashi
b5ca553462
Oops, fix the previous change.
2009-03-20 13:03:33 +00:00
Yoshihiro Takahashi
d0680af004
MFi386: r189749
...
Teach the BIOS CD driver to use bounce buffers when the destination
address is > 1 MB.
2009-03-20 12:26:42 +00:00
Konstantin Belousov
15fb32c07d
Do not underflow the buffer and then report the problem. Check for the
...
condition before the buffer write.
Also, since buflen is unsigned, previous check was ignored.
Reviewed by: marcus
Tested by: pho
2009-03-20 11:08:57 +00:00
Konstantin Belousov
83817ce3b1
Remove unneeded braces to reduce used vertical screen space.
...
The location was missed in r190140.
2009-03-20 11:03:55 +00:00
Konstantin Belousov
9194007261
Do not forget to adjust buflen for the first resolution of the path
...
from namecache.
While there, compare pointers for equiality.
Reviewed by: marcus
Tested by: pho
2009-03-20 11:00:39 +00:00
Konstantin Belousov
065fc451f8
The nc_nlen member of the struct namecache contains the length of the cached
...
name, not the length + 1.
PR: 132620, 132542
Reported by: bf2006a yahoo com
Tested by: bf2006a, pho
Reviewed by: marcus
2009-03-20 10:59:06 +00:00
Konstantin Belousov
c4a8c2ee24
When ktracing namei operations, log a result of the __getcwd().
...
MFC after: 1 week
2009-03-20 10:47:16 +00:00
Konstantin Belousov
bf5c835e1c
Remove unneeded braces to reduce used vertical screen space.
2009-03-20 10:04:00 +00:00
Christian Brueffer
ddb884c82e
uscanner(4) has been removed, delete it from the hardware notes to
...
fix the build.
2009-03-20 09:25:21 +00:00
VANHULLEBUS Yvan
039b1e5daa
Spelling fix in a comment
...
Approved by: gnn(mentor)
2009-03-20 09:12:01 +00:00
Yoshihiro Takahashi
e4cc6edfc1
Merge the missing changes from i386.
...
Teach the loader about the FAT partitions.
2009-03-20 05:33:58 +00:00
Yoshihiro Takahashi
43d1b8129c
MFi386: the part of r179825 to reduce diffs against i386.
2009-03-20 05:21:29 +00:00
Robert Noland
c20a7fc9f6
Only issue the wakeup and store the counter if vblank is enabled on
...
the pipe.
MFC after: 3 days
2009-03-20 04:53:12 +00:00
Robert Noland
c2dd8f68b0
Add a couple of radeon pci ids.
...
MFC after: 3 days
2009-03-20 04:49:48 +00:00
Robert Noland
9f85b82ccc
Adjust the flags to bus_dmamem around here too.
...
MFC after: 3 days
2009-03-20 04:48:27 +00:00
Marius Strobl
b54282f61e
- Set MIIF_NOLOOP and don't add IFM_LOOP as loopback apparently isn't
...
supported with these pseudo-PHYs. The MIIF_NOLOOP flag currently triggers
nothing but hopefully will be respected by mii_phy_setmedia() later on.
- Don't add IFM_NONE as isolation isn't supported by these pseudo-PHYs.
- Use mii_phy_add_media() instead of mii_add_media() so the latter can
be eventually retired.
2009-03-19 22:34:55 +00:00
Marius Strobl
f449699d53
Hook up the generic OFW pnpinfo string method.
2009-03-19 21:14:45 +00:00
Marius Strobl
45091a0b8c
Bring the implementation of the pnpinfo string function more in
...
line with the rest of this file.
2009-03-19 21:12:44 +00:00
Marius Strobl
f27d082cdf
- As suggested by OpenSolaris use up-burst-sizes for determining the
...
supported burst sizes.
- Add support for 64-bit burst sizes (required for SBus GEM).
- Failing to register as interrupt controller during attach shouldn't
be fatal so just inform about this instead of panicing.
- Take advantage of KOBJMETHOD_END.
- Remove some redundant variables.
- Add missing const.
2009-03-19 21:02:36 +00:00
Marius Strobl
ff5a50322a
Add device found in B100.
2009-03-19 20:57:59 +00:00