Re: r234118 uart kernel module failure: uart_cpu_eqres undefined

2012-04-17 Thread John Baldwin
On Friday, April 13, 2012 8:44:25 pm kwh...@site.uottawa.ca wrote: The change from sys/dev/uart/uart_cpu_{i386,amd64}.c to uart_cpu_x86.c probably also needs a corresponding change in the module Makefile. # kldload uart link_elf: symbol uart_cpu_eqres undefined Here's one

Re: r234118 uart kernel module failure: uart_cpu_eqres undefined

2012-04-17 Thread Marcel Moolenaar
On Apr 17, 2012, at 8:09 AM, John Baldwin wrote: On Friday, April 13, 2012 8:44:25 pm kwh...@site.uottawa.ca wrote: The change from sys/dev/uart/uart_cpu_{i386,amd64}.c to uart_cpu_x86.c probably also needs a corresponding change in the module Makefile. # kldload uart

r234118 uart kernel module failure: uart_cpu_eqres undefined

2012-04-13 Thread kwhite
The change from sys/dev/uart/uart_cpu_{i386,amd64}.c to uart_cpu_x86.c probably also needs a corresponding change in the module Makefile. # kldload uart link_elf: symbol uart_cpu_eqres undefined Here's one suggestion that works for me: Index: /sys/modules/uart/Makefile