Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Second round of updates to the ATA driver. | sos | 2003-03-29 | 11 | -537/+614 |
| | | | | | | | | | | | | Clean up the DMA interface too much unneeded stuff crept in with the busdma code back when. Modify the ATA_IN* / ATA_OUT* macros so that resource and offset are gotten from a table. That allows for new chipsets that doesn't nessesarily have things ordered the good old way. This also removes the need for the wierd PC98 resource functions. Tested on: i386, PC98, Alpha, Sparc64 | ||||
* | - Move driver to newbus. | mdodd | 2003-03-29 | 8 | -541/+1124 |
| | | | | | | - Provide identify methods for EtherExpress and 3c507 cards; this means these cards no longer need wired configs. - Provide a detach method. | ||||
* | - Change ELINK_ID_PORT; the 3c507 likes 0x100 better. | mdodd | 2003-03-29 | 2 | -2/+19 |
| | | | | - Add module metadata. | ||||
* | Clear the IFF_OACTIVE flag at the end of ieinit(). This prevents | mdodd | 2003-03-29 | 1 | -0/+2 |
| | | | | | | | | the adapter from becoming wedged when when the interface is is brought up by ether_ioctl() (when you set an IP address for example.) Confirmed this "fix" from NetBSD's i82586 backend. It seems hackish to me but whatever. | ||||
* | Fill in the rest of the fields in the resulting struct tm | mtm | 2003-03-29 | 1 | -2/+3 |
| | | | | | | | | | | from strptime(3). Previously, they would get filled only for the %s specifier and as a side effect of using the the %Z specifier with a GMT time zone. PR: misc/48993 Approved by: markm (mentor) Silence on: -standards | ||||
* | Correct a typo in previous commit | kris | 2003-03-29 | 1 | -1/+1 |
| | |||||
* | 'speaker' not 'atspeaker' | mdodd | 2003-03-29 | 1 | -1/+1 |
| | |||||
* | Retire 'atspeaker' and 'pcspeaker'. We'll use 'speaker' which | mdodd | 2003-03-29 | 3 | -11/+1 |
| | | | | | | is the same as the config device directive. Reminded by: Takahashi Yoshihiro <nyan@jp.FreeBSD.org> | ||||
* | Adjust shared memory allocation to work on cards with only 8 KB of RAM. | mdodd | 2003-03-29 | 1 | -6/+6 |
| | |||||
* | Clean up argument comments for bus_dma_tag_create() calls. | mdodd | 2003-03-29 | 16 | -308/+451 |
| | |||||
* | fixed a mbuf leak when an IP packet from ESP tunnel is redirected | suz | 2003-03-29 | 1 | -0/+7 |
| | | | | obtained from: KAME | ||||
* | - Track resources in our softc. | mdodd | 2003-03-29 | 5 | -127/+278 |
| | | | | | | | | | | - Sanitize dpt_alloc(). - Add helper functions for resource alloc/release. - Add detach method. - Relocate definition of devclass_t. - Move some debugging output behind bootverbose. - Implement an identify method for ISA devices but don't use it right now. | ||||
* | Fix up the long mbuf chain recovery code to use m_defrag; the old | silby | 2003-03-29 | 1 | -19/+8 |
| | | | | | | | code messed up on B & C chipsets because it lost the packet header and therefore the flag indicating the need for hardware checksums. MFC after: 2 weeks | ||||
* | Pass the vm_page's address to sf_buf_alloc(); map the vm_page as part | alc | 2003-03-29 | 3 | -13/+8 |
| | | | | | | | | | | of sf_buf_alloc() instead of expecting sf_buf_alloc()'s caller to map it. The ultimate reason for this change is to enable two optimizations: (1) that there never be more than one sf_buf mapping a vm_page at a time and (2) 64-bit architectures can transparently use their 1-1 virtual to physical mapping (e.g., "K0SEG") avoiding the overhead of pmap_qenter() and pmap_qremove(). | ||||
* | Add the m_defrag routine, as discussed on committers@. This | silby | 2003-03-29 | 2 | -0/+84 |
| | | | | | | | incarnation should address the concerns of all in the discussion, and keeps statistics which show how much it is used. MFC after: 2 weeks | ||||
* | Add MBUF_FRAG_TEST to NOTES. | silby | 2003-03-29 | 1 | -0/+7 |
| | | | | Submitted by: Hiten Pandya <hiten@unixdaemons.com> | ||||
* | Note: this is OLDCARD, and tweak comment about clpd 6729/30. | imp | 2003-03-29 | 1 | -1/+3 |
| | |||||
* | Add a new man page for bus_activate_resource and | imp | 2003-03-29 | 2 | -2/+100 |
| | | | | | bus_deactivate_resource. It could use some improvement, and others are welcomed to do so :-) | ||||
* | Clearify what happens with the cookiep in various cases. | imp | 2003-03-29 | 1 | -1/+11 |
| | |||||
* | Fix some typos: | imp | 2003-03-29 | 1 | -6/+14 |
| | | | | | | | | race->rare rman_activate_resource -> bus_activate_resource Add xref to bus_activate_resource Minor markup changes for the start/end/count parameters. | ||||
* | 320.rdist is OBE as we don't have rdist in the base system any more. | obrien | 2003-03-29 | 1 | -1/+0 |
| | |||||
* | This is OBE as we don't have rdist in the base system any longer. | obrien | 2003-03-29 | 1 | -31/+0 |
| | |||||
* | Globally use -mieee in /usr/src for Alpha. | obrien | 2003-03-29 | 1 | -0/+4 |
| | |||||
* | Reduce "code duplication" for AMD CPU's. | obrien | 2003-03-29 | 1 | -30/+10 |
| | |||||
* | Back out the totally unapproved backout of my commits. | obrien | 2003-03-29 | 4 | -60/+2 |
| | |||||
* | Small mdoc fix | seanc | 2003-03-29 | 2 | -2/+2 |
| | |||||
* | Text formatting changes. | mdodd | 2003-03-29 | 2 | -65/+68 |
| | |||||
* | Don't panic if we aren't plugged into a hub. | mdodd | 2003-03-29 | 1 | -5/+18 |
| | |||||
* | add missing copyright notices | sam | 2003-03-28 | 3 | -4/+90 |
| | | | | Noticed by: Robert Watson | ||||
* | If IPCP is disabled, susccess of IPV6CP negotiation is sufficient | ume | 2003-03-28 | 1 | -0/+5 |
| | | | | | to communicate by IPv6. So, the prompt should be `PPP' rather than `PPp'. | ||||
* | Typo fixes. Translators can probably ignore these. | bmah | 2003-03-28 | 2 | -6/+6 |
| | | | | Submitted by: ispell(1) | ||||
* | New release notes: adduser(8) -g, gstat(8), omshell(1)/dhcpctl(3). | bmah | 2003-03-28 | 2 | -0/+20 |
| | |||||
* | Check for the PS_NEEDSIGCHK flag in the right flags field. | jhb | 2003-03-28 | 2 | -2/+2 |
| | |||||
* | Add an option to print the time in 12-hour format. | mux | 2003-03-28 | 2 | -4/+26 |
| | | | | Submitted by: Samy Al Bahra <samy@kerneled.com> | ||||
* | Perform warm reset if codec reports ready on attach. | orion | 2003-03-28 | 1 | -16/+25 |
| | | | | Move AC97 link control power up poke so it is always performed on attach. | ||||
* | xargs(1) is WARNS=6 clean. | mux | 2003-03-28 | 1 | -1/+1 |
| | | | | Tested on: i386, sparc64 | ||||
* | When -o isn't specified, open /dev/null as stdin. | mux | 2003-03-28 | 1 | -2/+5 |
| | | | | Suggested by: jhb | ||||
* | Move details of dev_t (and udev_t) to <sys/_types.h>. | mike | 2003-03-28 | 4 | -31/+28 |
| | |||||
* | Sysctl treats `long' and `unsigned long' differently - fix a comment. | robert | 2003-03-28 | 1 | -1/+1 |
| | |||||
* | - MAXPATHLEN -> PATH_MAX (pass correct buffer size to readlink as well) | fjoe | 2003-03-28 | 1 | -17/+17 |
| | | | | Requested by: bde | ||||
* | Add pc-card from ARCHOS CD-224E cdrom. | sobomax | 2003-03-28 | 1 | -0/+4 |
| | | | | MFC after: 1 week | ||||
* | bump __FreeBSD_version for thread-safe realpath(3) | fjoe | 2003-03-28 | 1 | -1/+1 |
| | |||||
* | Fix an XXX: and implement LINUX_BLKGETSIZE correctly. | phk | 2003-03-28 | 1 | -6/+14 |
| | |||||
* | Expound a little bit about the softc, where its size is found and a | imp | 2003-03-28 | 1 | -2/+16 |
| | | | | caution against emulating legacy softc methods used in the tree. | ||||
* | Remove bogus card.4, and replace it with a link to oldcard.4. ru | imp | 2003-03-28 | 2 | -104/+1 |
| | | | | | | | | pointed this out a while ago, and I'm just now getting back to it. It obsoletes one of ru's changes, but since oldcard.4 is so much better, that doesn't matter. Submitted by: ru | ||||
* | Create a man page for bus_child_present(9), a function to see if a | imp | 2003-03-28 | 2 | -1/+84 |
| | | | | | given device is considered accessible by its parent device bus driver (or its parent, etc). | ||||
* | pccarddevs_data.h no longer generated | imp | 2003-03-28 | 1 | -3/+2 |
| | |||||
* | MFp4: | imp | 2003-03-28 | 2 | -106/+10 |
| | | | | | Don't generate the data file. Use 0xffffffff rather than -1 for sign safety as these fields are uint32_t. | ||||
* | - Clean up function calling conventions. | mdodd | 2003-03-28 | 4 | -439/+525 |
| | | | | | | - Be consistent about what we call our softc. - Minor formatting. - Add some register definitions gleaned from NetBSD/Linux. | ||||
* | Allow m_dup_pkthdr to accept mbufs with attached clusters as | silby | 2003-03-28 | 1 | -3/+3 |
| | | | | | | targets. Submitted by: bmilekic |